Funding Records Message Push
{
"webhookId": "ebab8a9663704e7cbbebe672c7c67912", // (number: ID of the webhook)
"eventType": "FUNDING_WEBHOOK", // (string: event type [FUNDING_WEBHOOK: merchant funding event])
"txId": "1123123123", // (number: ID of the fiat claim)
"merchantId": "3", // (number: ID of the merchant)
"merchantName": "Rrturo Tellez", // (string: name of the merchant)
"fiat": "ARS", // (string: name of the fiat currency)
"totalAmount": "22.00", // (decimal: total fiat amount)
"amount": "20.00", // (decimal: actual fiat amount)
"fee": "2.00", // (decimal: amount of the fee)
"userPaymentId": "91", // (number: ID of the user payment method)
"type": "DEPOSIT", // (enum: type [DEPOSIT: The add of the funding record, WITHDRAW: The claim of the funding record, BUY_CRYPTO: The buy crypto of the funding record, REFUND: The refund of the funding record])
"status": "1", // (enum: status [1: pending, 2: completed, 3: canceled])
"createTime": "1737452292000", // (string: timestamp of the create time in milliseconds)
"updateTime": "1737452344000", // (string: timestamp of the update time in milliseconds)
"cardNo": "3067212321", // (string: id of the entity sending ID number)
"taxId": "5269328432", // (string: id of the entity sending tax)
"payerName": "Matias Alva", // (string: name of the entity sending funds)
"payerAccount": "CH8508843132556121020", // (string: bank account of the entity sending funds)
"depositAlias": "alias", // (string: alias of The virtual account)
"bankWebhookInfo": "{}", // (json: bank webhook info of the entity sending funds, see Bank Webhook Info Detaials)
"failCode": "", // (string: order failed code)
"failReason": "" // (string: order failure description)
}Notes
Last updated

