Initiate SendR Payout Transaction Endpoint
Title: Initiate SendR Payout Transaction
Description : This endpoint is used to initiate Payout Transaction irrespective of the Beneficiary currency
URL: https://laas.leatherback.co/Payout/Disbursement/SendR/Initiate
Base URL: https://laas.leatherback.co
HTTP Method: POST
To initiate the Payout transaction, Gather the transaction details as shown on the Request payload below, Pass RateId
from Response in Get Exchange Rate Endpoint, set ReferenceId
. Pass the PaymentMethodType
and Metadata
for the identified Beneficiary currency, derived from the Payment Method Requirement endpoint by passing the BeneficiaryCurrencyCode
, BeneficiaryBankCountrycode Amount
, SenderCurrencyCode
, SupportingDocumentReference
etc.
See the below link to the various Beneficiary Currencies supported by Leatherback.
From the response below, Leatherback appends a Prefix (coined from the Business entity name of the Merchant) to the initial reference SWIFTTEST
(set by the Merchant) on the Request Body. In this example, the Final Reference after the transaction is consummated is "ays-SWIFTTEST"
. In this scenario, the prefix coined from the Business entity name of the Merchant is 'ays'
This is put in place to avoid duplicate Reference from different Merchant on our platform.
Sample Response Body Response code: 200
{
"value": {
"paymentReference": "58504-rkkrkr",
"reference": "ays-SWIFTTEST"
},
"isSuccess": true,
"error": "",
"message": "",
"responseCode": null,
"type": null,
"title": null,
"status": 200,
"detail": null,
}
Related articles
Related content
Leatherback 2024