Skip to main content
POST
/
api
/
v1
/
auth
/
otc
/
c2b
/
accounts
Create Merchant C2B Account Reference
curl --request POST \
  --url https://crypto.westminister.tech/api/v1/auth/otc/c2b/accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "account_reference": "<string>",
  "short_code": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
merchant_id
string<uuid>
required
account_reference
string
required
short_code
string

Response

201

Account mapping created