Skip to main content
POST
/
api
/
v1
/
auth
/
remittance
/
custodial
/
drafts
Create custodial remittance draft
curl --request POST \
  --url https://crypto.westminister.tech/api/v1/auth/remittance/custodial/drafts \
  --header 'Content-Type: application/json' \
  --data '
{
  "corridor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "custodial_wallet_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "beneficiary_fiat_amount": "<string>",
  "fiat_currency": "KES",
  "pricing_profile_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "fx_rate_quote_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "sender_name": "<string>",
  "sender_country": "<string>",
  "sender_phone": "<string>",
  "beneficiary_country": "<string>",
  "beneficiary_phone": "<string>",
  "asset": "<string>",
  "fee_bearer": "sender",
  "beneficiary_name": "<string>",
  "payout_method": "mpesa"
}
'
{
  "draft": {},
  "pricing_snapshot_note": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.crypto.westminister.tech/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
corridor_id
string<uuid>
required
custodial_wallet_id
string<uuid>
required
beneficiary_fiat_amount
string
required

Net fiat the beneficiary receives (e.g. KES)

fiat_currency
string
required
Example:

"KES"

pricing_profile_id
string<uuid>
required
fx_rate_quote_id
string<uuid>
required
sender_name
string
required
sender_country
string
required

ISO 3166-1 alpha-2

sender_phone
string
required
beneficiary_country
string
required
beneficiary_phone
string
required
asset
string

Optional. Must match corridor offer asset when supplied

fee_bearer
enum<string>
default:sender
Available options:
sender,
receiver
beneficiary_name
string
payout_method
enum<string>
default:mpesa
Available options:
mpesa,
bank

Response

Draft created

draft
object

Summary including escrow address, rates, fees, and usdt_total_debit (total stablecoin debit; USDT or USDC per pricing; API field name retained)

pricing_snapshot_note
string