Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SendR Payout

This is simply a cross-currency payout where a Merchant pays a beneficiary account in a currency different from the Merchant’s Payout account. A cross-currency payout can also be seen as an entire transaction chain that results in the debiting of an account in one currency and the crediting of the equivalent amount into an account in another currency.

Sample Illustration

  • Rachael (Merchant) needs to send Joseph (Beneficiary) $1000 equivalent from her GBP Account

  • Rachel only has a GBP balance in her Leatherback Payout Account. This means Rachael needs to know the amount in GBP for a $1000 $ 1,000 transfer to Joseph

  • Based on the above, source_currency(Base_currency) is GBPQuote_currency is USDdestination_amount is 1000 and credit_amount is unknown which is $1000 equivalent in GBP

  • To get the Credit_amount, Rachael makes an API call to the Exchange Rate Endpointto get the equivalent credit amount and follow other processes as detailed below.

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFC400

Conditions to be met

  • ·       Merchants must maintain a Payout Account in the Base (Source) currency with Leatherback i.e. Merchant must have Accounts maintained with Leatherback in the sender’s Currency before such process can be successful

  • ·       (The To/quote/Beneficiary currency)must be part of currencies supported by Leatherback Payout

(This criteria can be checked using the Payout/Disbursement/SendR/Curriencies Currencies endpoint )

  • ·      NB: Leatherback Payout must support transfers to Beneficiary’s Account Currency before such process can be successful

The following are the stages involved in the SendR process for Rachael to successfully transfer $1000:

Panel
bgColor#79E2F2

Step 1: Call /payout/Disbursement/SendR/currencies

As a merchant, you will need to confirm the different Accounts you have with Leatherback you can transfer from and also currencies in which the Beneficiary can receive funds. This endpoint shows a Consolidation of currencies in which Beneficiaries can receive funds and also Currencies in which Merchant can transfer from.

Click here to view the endpoint
Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFC400

Referencing the illustration above, the list of Merchant account currencies returned by this endpoint must have GBP for Rachael’s transaction to even kick start.

Panel
bgColor#79E2F2

Step 2: Call Payment Method & Payment Requirement Endpoint

This endpoint helps to retrieve Payment methods and Metadata (requirements) required to transfer to a Beneficiary Account in a specific currency. To consume this endpoint, Pass BeneficiaryCurrencyCode, and BeneficiaryBankCountrycode, Amount, and BeneficiaryCountrycode CurrencyCode(Sender). For example, If you want to retrieve payment method & metadata for an account in USD domiciled in the local country (United States), you pass BeneficiaryCurrencyCode= USD and BeneficiaryBankCountrycode=USA (This is a local Transaction), and for USD domiciliary Account opened outside the local country. E.g. USD Accounts opened in Nigeria will have BeneficiaryCurrencyCode= USD and BeneficiaryBankCountryCode=NGA (This is an International Transaction).

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFC400

If the Amount passed is above a defined threshold limit set for the Customer category, the Customer is required to provide additional supporting documents.

There are different Payment method types and requirements (and these attributes are determined by the Beneficiary Account Currency. Examples of Payment Method types include; AbaRouting, WireRouting, BicSwift, SortCode, etc. Each of these identified Payment methods has additional metadata (information) required to be provided for a successful transaction to take place. See other Payment Methods/requirementsfor other currencies we currently offer service for.

Panel
bgColor#79E2F2

Step 3: /payout/Disbursement/SendR/upload-supporting-doc

Additional supporting documents are required for upload when the Amount passed in the Payment Method endpoint is greater than the Threshold limit defined for the customer. Supported file upload formats are PNG, JPG, JPEG, and PDF. A unique reference is returned after a successful upload.

Click here to view the endpoint
Panel
bgColor#79E2F2

Step 3 : Call payout/Disbursement/SendR/rate Endpoint

This retrieves the rate utilized during the conversion between two currency pairs. The Merchants pass the Base Account currency, Base Amount (Optional) & Quote and quote currency to the endpoint. The response shows the credit Amount equivalent to be credited to the destination Account (Beneficiary Account) and also the applied rate.  

The applied rate expires after 300secs 300 seconds. The rate is assigned a rate ID for subsequent reference. Click to see details on the Exchange Rate Endpoint

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFC400

Kindly ensure the rate is applied within the defined period.

Panel
bgColor#79E2F2

 Step 4: Call payout/Disbursement/SendR/initiate

To initiate the Payout transaction, Gather the transaction details as shown on the Request payload and

Call Initiate Transaction Endpoint, Pass RateId from Response in the Exchange Rate Endpoint, set referenceId or we generate it for you, Pass the PaymentMethodType, PaymentMethodValue as required. To get the Payment method type /Metadata for a specific currency as seen on the Request params, call thePayment Method Requirement endpointby passing the BeneficiaryCurrencyCode and BeneficiaryBank CountryCode., Amount, and lastly, pass the SupportingDocumentReference gotten from /payout/Disbursement/SendR/upload-supporting-doc

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFC400

Please ensure the Metadata is also passed as required.

Panel
bgColor#79E2F2

Step

4

5: Call /payout/Disbursement/SendR/transaction/{reference}

You may use this endpoint to retrieve specific transaction details by Passing a ReferenceId from the Initiate Transaction Endpoint

Panel
bgColor#79E2F2

Step 5: Call /payout/Disbursement/SendR/transactions/

You may use this endpoint to retrieve all transaction details. This is paginated for proper representation.

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFC400
Webhook: Ensure your Webhook URL is configured on the Dev portal Dashboard (see guide here).
This allows Leatherback to notify you about events that happen on your account, such as a successful payment or a failed transaction.

...