Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

SendR Payout

This is simply a cross-currency payout where a Merchant pays a beneficiary account in a currency different from the Payout account. A cross-currency payout refers to the entire transaction chain which results in the debiting of an account in one currency and the crediting of the equivalent amount into an account in another currency.

The following are the stages involved in the SendR process:

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

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

Kindly ensure the rate is applied within the defined period.

Sample Illustration

  • Rachael needs to send Joseph $1000 from her GBP Account

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

  • Based on the above, source_currency/Base_currency is GBP, Quote_currency is USD, destination_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 Exchange Rate Endpoint

Conditions to be met

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

  • ·       “To (The quote currency)must be part of currencies supported by Leatherback Payout (This can be checked using the Disbursement/Currencies/Beneficiaries endpoint

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

To initiate the Payout transaction, Gather the transaction details as shown on the Request payload and call Call Initiate Transaction Endpoint, Pass Rate Id from Response in the Exchange Rate Endpoint, set reference Id or we generate it for you, Pass Metadata

To get Metadata for a specific currency as seen on the Request params, call the Beneficiary Requirement endpoint by passing the Beneficiary Currency Code and Beneficiary Country code

This endpoint helps to retrieve Metadata specific to a currency. Pass Beneficiary Currency Code and Beneficiary Country code. For example, If you want to retrieve metadata for an account in USD domiciled in the local country (United States), you pass Beneficiary Currency Code= USD and Beneficiary Country code=USA and for USD domiciliary Account opened outside the local country. E,g USD Accounts opened in Nigeria will have Beneficiary Currency Code= USD and Beneficiary Country code=NGA

 

This allows a merchant to determine the different Payout Accounts currency he has with Leatherback that he can transfer from.

Example: If the endpoint in 4 returns (USD, NGN, GBP, CAD, EUR) and Endpoint in step 5 returns (NGN, GHS, INR, USD), This means the Beneficiary can only receive funds in the currencies (NGN, GHS, INR, USD, JPY) Only

This shows the Currencies a Merchant can transfer to   (NGN, GHS, INR, USD),

Consolidation of distinct currencies in 4 & 5 (NGN, GHS, INR, USD, JPY, GBP, CAD, EUR). Call this endpoint to retrieve this unique set

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.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.