Initiate SendR Payout Transaction Endpoint
- Leatherback (Unlicensed)
- Olamide Adigun
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
See below link to the various Beneficiary Currency supported by Leatherback.
{
"rateId": "8f19c3b3-dec1-460b-8a33-86a506ea0028",
"reference": "{{$randomUUID}}",
"senderCurrencyCode": "GBP",
"description": "string",
"amount": 10,
"beneficiary": {
"currencyCode": "INR",
"countryCode": "IN",
"name": "string",
"email": "string@gmail.com",
"address": "string",
"paymentMethodType": "YESBANKALL",
"paymentMethodValue": "YESB0GSCB36",
"metaData": {
"transferPurpose": "PC02",
"beneficiaryIdNumber": "635084886455",
"beneficiaryAccountNumber":"63456000",
"beneficiaryIDType": "driver",
"beneficiaryCountry": "IN",
"beneficiaryIDIssueDate": "2022-03-06",
"beneficiaryIDExpiryDate": "2027-03-06",
"beneficiaryFirstname": "Henry",
"beneficiaryLastname": "okolie",
"beneficiaryAddress": "samcarol street queens road",
"beneficiaryPhoneNumber": "09566778899",
"remitterFullname": "CHIJIOKE HENRY",
"remitterID": "A10333798",
"remitterIDType": "driver",
"remitterIDIssueDate": "2021-03-06",
"remitterIDExpiryDate": "2023-08-09",
"remitterCountryIso2": "GB",
"remitterPhoneNumber": "07123456789",
"remitterAddress": "190, London",
"remitterType": "Individual"
}
},
"supportingDocumentReference": "string"
}
From the Sample request above, BeneficiaryCurrencyCode
=INR, BeneficiaryBankCountryCode
=IN, and the applicable supported payment method is YESBANKALL. Transactions via YESBANKALL also require additional information (Metadata) such as TransferPurpose
, BeneficiaryAccountName, BeneficiaryID
Type, etc. as seen in the payload above for the transaction to be consummated.
rateId:
This is an ID that uniquely identifies a rate generated for a cross-currency transactionreference:
This is an ID that uniquely identifies a specific transactionSenderCurrencyCode:
This is the currency code of the Merchant (Sender’s) Accountdescription:
This is the narration that describes the intent of the transactionAmount:
This is the credit amount equivalent that is credited into the Beneficiary’s AccountBeneficiaryCurrencyCode:
This is the currency code of the Beneficiary AccountBeneficiaryCountry Code:
This is the country code where the Beneficiary Account is domiciled inName:
This is the name of the BeneficiaryEmail:
This is the email address of the BeneficiaryAddress:
This is the physical address of the Beneficiary. This may be a residential or office address.PaymentMethodType
: This is the payment method type supported by the Beneficiary Account Currency. There are several payment methods available depending on the Beneficiary Account Currency. Examples of Payment methods include;BicSwift, WireRouting, AbaRouting, YesBankAll,
etc.PaymentMethodValue
: This is the value for the selected Payment Method TypeMetaData:
This is additional information required for each payment method type. In this case, for BicSwift, the Merchant is expected to pass theIBAN
andBeneficiary Account Name
for the process to be consummated.TransferPurpose
: This specifies the purpose of the transaction. These are purpose codes for INR transactions on a payout. This field is an ENUM and has the following ENUM values.IBAN
: IBAN (International Bank Account Number), is a standard international numbering system developed to identify an overseas bank account. The number starts with a two-digit country code, then two numbers, followed by several more alphanumeric characters. Note that an IBAN does not replace a bank's account numbering, as it’s only meant to provide additional information that helps to identify overseas payments.BeneficiaryAccountName
: this is the Beneficiary Account holder’s namebeneficiaryAccountNumber
: This is the Account number of the beneficiarybeneficiaryIdNumber:
This is the ID number of the BeneficiarybeneficiaryType
: This is the beneficiary typebeneficiaryIDType:
This is the beneficiary ID TypebeneficiaryCountry:
This is the beneficiary countrybeneficiaryIDIssueDate
: This is the Beneficiary ID Issuance DatebeneficiaryIDExpiryDate
: This is the Beneficiary ID Expiry DatebeneficiaryFirstname
: This is the beneficiary’s First NamebeneficiaryLastname
: This is the beneficiary’s Last NamebeneficiaryAddress
: This is the beneficiary AddressremitterFirstName
: This is the Remitter's First NameremitterLastName
: This is the Remitter's Last NameremitterPhoneNumber
: This is the remitter Phone NumberremitterIDExpiryDate
: This is the remitter ID Expiry DateremitterIDIssueDate
: This is the remitter ID issuance DateremitterIDType:
This is the remitter ID TyperemitterID
: is the identification number assigned to you when you submit your Money Transfers request on our platformSupportingDocumentReference
: This is a reference generated when the supporting document upload is successful
{
/// <summary>
/// Credit to Non-resident (External).
/// </summary>
[Description ("Credit to Non-resident (External) Rupee accounts maintained by Non-resident Indians in Indian Rupees.")]
PC01,
/// <summary>
/// pco2.
/// </summary>
[Description ("Payments to families of Non-resident Indians")]
PC02,
/// <summary>
/// pc03.
/// </summary>
[Description ("Payments in favor of Insurance companies, Mutual Funds and the Postmaster for premium investments")]
PC03,
/// <summary>
/// pc04.
/// </summary>
[Description ("Payments in favor of bankers for investments in shares, debentures")]
PC04,
/// <summary>
/// pc05.
/// </summary>
[Description("Payment to Coop. Housing Societies, Govt. Housing Schemes or Estate Developers for acquisition of residential flats in India in individual names subject to compliance of regulations thereof by the Non-resident Indians")]
PC05,
/// <summary>
/// pc06.
/// </summary>
[Description("Payments of tuition / boarding, examination fee etc. to schools, colleges and other educational institutions")]
PC06,
/// <summary>
/// pc07.
/// </summary>
[Description("Payments to medical institutions and hospitals for medical treatment of NRIs / their dependents and nationals of Gulf Countries in India.")]
PC07,
/// <summary>
/// pc08.
/// </summary>
[Description("Payments to hotels by nationals of Gulf countries / NRIs for their stay.")]
PC08,
/// <summary>
/// pc09.
/// </summary>
[Description("Payments to travel agents for booking of passages of NRIs and their families residing in India towards their travel in India by domestic airlines / rail, etc.")]
PC09,
/// <summary>
/// pc10.
/// </summary>
[Description("Trade transactions up to Rs. 15 lakhs per transaction")]
PC10,
/// <summary>
/// pc11.
/// </summary>
[Description("Payments to utility service providers in India, for services such as water supply, electricity supply, telephone (except for mobile top-ups), internet, television etc.")]
PC11,
/// <summary>
/// pc12.
/// </summary>
[Description("Tax payments in India")]
PC12,
/// <summary>
/// pc13.
/// </summary>
[Description("EMI payments in India to Banks and Non-Banking Financial Companies (NBFCs) for repayment of loans")]
PC13,
/// <summary>
/// pc14.
/// </summary>
[Description("Remittances to the Prime Minister's National Relief Fund subject to the condition that the remittances are directly credited to the Fund by the banks and the banks maintain full details of the remitters")]
PC14,
/// <summary>
/// pc15.
/// </summary>
[Description("Salary Payment")]
PC15,
/// <summary>
/// pc16.
/// </summary>
[Description("Trade transactions up to Rs. 15 lakhs per transaction")]
PC16,
}
{
"rateId": "{{rateId}}",
"reference": "{{$randomUUID}}",
"senderCurrencyCode": "GBP",
"description": "string",
"amount": 24,
"beneficiary": {
"currencyCode": "PKR",
"countryCode": "PK",
"name": "string",
"email": "string@gmail.com",
"address": "string",
"paymentMethodType": "Transfer",
"paymentMethodValue": "ABL",
"metaData": {
"beneficiaryAccountNumber": "12345678911112",
"beneficiaryFirstname": "string",
"beneficiaryLastname": "string",
"remitterAddress": "Text",
"remitterCountryIso2": "PK",
"remitterDateOfBirth": "2020-01-23",
"remitterFirstName": "Text",
"remitterLastName": "Text",
"remitterID": "Text"
}
},
"supportingDocumentReference": "{{supportingDocRef}}"
}
{
"rateId": "{{rateId}}",
"reference": "{{$randomUUID}}",
"senderCurrencyCode": "GBP",
"description": "Testing Live SendR ETB",
"amount": 30,
"beneficiary": {
"currencyCode": "ETB",
"countryCode": "ETH",
"name": "MCB Biz",
"email": "test@email.co",
"address": "house no T4",
"paymentMethodType": "BankCode",
"paymentMethodValue": "awsbnk",
"metaData": {
"beneficiaryAccountNumber": "01320115600800",
"beneficiaryAccountName": "MCB Biz"
}
},
"supportingDocumentReference": "{{supportingDocRef}}"
}
Related articles
-
Page:
-
Page:
-
Page:
-
Page:
-
Page:
Leatherback 2024