Webhook
Prosper debe implementar una URL para recibir vía webhook, withdraw.
Firma del encabezado HTTP - header Signature
Construye un payload uniendo con un punto las siguientes tres (3 ) variables:
timestamp // Noncenow() = 1751315390PROSPER_HOSTParams
Base 64 encoded signature: timestamp.PROSPER_HOST.body using the SANDBOX_SIGNING_KEY
Signature: t=timestamp, s=<base64 encoded signature>Eventos:
enum StatusEnum {
completed = 'completed',
pending = 'pending',
failed = 'failed',
}enum TransactionEnum {
DEPOSIT = 'deposit',
WITHDRAWAL = 'withdrawal',
}Cuerpo de Retiro
Last updated
