This event is triggered when a payout is sent to a partner bank.
https://<customerHost:Port>/webhook
Field | Description |
---|
Content-Type | application/json |
curl --location --request POST 'https://<customerHost:Port>/webhook' \
-H 'content-type: application/json' \
-H 'x-request-id: 123e4567-e89b-12d3-a456-426655440000' \
-d '{
"clientHashId": "0498f10f-1968-494f-9f7a-454ed23942a0",
"customerHashId": "0de1e512-e0d7-4eca-ad41-dd39325facc2",
"walletHashId": "e83cca77-8b63-4a25-b580-1d872380ef29",
"transactionCurrency": "INR",
"transactionAmount": "5418.1700",
"systemReferenceNumber": "RT1343085439",
"exchangeRate": "54.454000000",
"beneficiaryName": "Diana Prince",
"beneficiaryAccountNumber": "xxxxxx3443",
"beneficiaryBankName": "DBS Bank",
"billingCurrency": "SGD",
"billingAmount": "100.0000",
"beneficiaryEmailId": "[email protected]",
"beneficiaryContact": "+65-85067680",
"partnerReferenceNumber": "UATPY102717100",
"paymentReferenceNumber": null,
"payoutMethod": "LOCAL",
"template": "REMIT_TRANSACTION_SENT_TO_BANK_WEBHOOK",
"estimatedDeliveryTime": "2023‐08‐24T06:39:51Z",
"gpi":
{
"reasonCode": "G000",
"statusDescription": "Delivered to next bank",
"forwardBankName": "DONGUANN RURAL",
"forwardBankCode": "DGCCCN22XXX",
"timestamp": "2023-08-07 06:48:02",
"remarks" : "The payment has been forwarded to next participant bank in the swift network. It can be either credited to beneficiary directly or passed to next bank."
},
"tags": [
{
"key": "Transaction Reference Number",
"value": "TR1234"
}]
}'
Fields | Description | Type |
---|
clientHashId | The unique client identifier that's generated and shared before API handshake. | UUID |
customerHashId | The unique customer identifier that's generated on customer creation. | UUID |
walletHashId | The unique wallet identifier that's generated simultaneously with customer creation. | UUID |
transactionCurrency | This field contains the three-letter ISO-4217 transaction currency code. | String |
transactionAmount | This field contains the destination amount in case of a remittance. | String |
systemReferenceNumber | This field contains the unique system reference number generated by the card issuance platform for the transaction. | String |
exchangeRate | This field contains the exchange rate from the source currency to the destination currency, for example, 1 USD is equivalent to 1.392 SGD. | String |
beneficiaryName | This field contains the name of the beneficiary. | String |
beneficiaryAccountNumber | This field contains the bank account number of the beneficiary. | String |
beneficiaryBankName | This field contains the bank name of the beneficiary. | String |
billingCurrency | This field contains the three-letter ISO-4217 currency code for the wallet balance | String |
billingAmount | This field contains the source amount in case of remittance. | String |
beneficiaryEmailId | This field contains the email Id of the beneficiary. | String |
beneficiaryContact | This field contains the contact number of the beneficiary. | String |
partnerReferenceNumber | This field contains the unique transaction identifier. | String |
paymentReferenceNumber | This field contains the unique transaction identifier assigned by MoneyGram. This field is applicable only for a cash payout. | String |
payoutMethod | This field contains the payout method. | String |
template | The value for this field is REMIT_TRANSACTION_SENT_TO_BANK_WEBHOOK . | String |
estimatedDeliveryTime | This field contains the estimated delivery time in the 2023‐08‐24T06:39:51Z ISO 8601 format. | String |
gpi.reasonCode | GPI code shared by the SWIFT partner bank | String |
gpi.statusDescription | Description of the GPI reason code | String |
gpi.forwardBankName | Name of the next participant bank to which the payment has been forwarded | String |
gpi.forwardBankCode | Bank identification code (BIC) of the next participant bank to which the payment has been forwarded. | String |
gpi.timestamp | Date and time of the last status change | String |
gpi.remarks | Detailed description of the reasonCode . This interpretation is provided by Nium. | String |