Skip to main content
POST
/
api
/
v3
/
disbursements
/
quote
Quote disbursement (B2B)
curl --request POST \
  --url https://live.launcx.com/api/v3/disbursements/quote \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-timestamp: <x-timestamp>' \
  --data '
{
  "account_no": "<string>",
  "amount": "<string>",
  "bank_code": "<string>",
  "client_wallet_id": "<string>",
  "transfer_type": "<string>"
}
'
{
  "account_holder_name": "<string>",
  "account_no": "<string>",
  "amount": 123,
  "bank_code": "<string>",
  "bank_name": "<string>",
  "currency": "<string>",
  "net_amount": 123,
  "platform_fee": 123
}

Headers

x-api-key
string
required

Client API Key

x-timestamp
string
required

Unix timestamp in milliseconds

Body

application/json

Disbursement quote request

account_no
string
amount
string
bank_code
string
client_wallet_id
string
transfer_type
string

Optional: "BIFAST" or "RTOL", defaults to "BIFAST"

Response

Quote computed successfully

account_holder_name
string
account_no
string
amount
number
bank_code
string
bank_name
string
currency
string
net_amount
number
platform_fee
number