Back to Beneficiary docs

Beneficiary API Playground

Send real, HMAC-signed requests to the beneficiary endpoints and inspect the live response.

POST/api/beneficiaries
cURL
  1. curl --location --request POST 'https://api.bitnob.com/api/beneficiaries' \
  2. --header 'Content-Type: application/json' \
  3. --header 'X-Auth-Client: {{clientId}}' \
  4. --header 'X-Auth-Timestamp: {{timestamp}}' \
  5. --header 'X-Auth-Nonce: {{nonce}}' \
  6. --header 'X-Auth-Signature: {{signature}}' \
  7. --data '{
  8. "name": "John Doe Bank",
  9. "type": "bank",
  10. "destination": "{\"account_name\":\"John Doe\",\"account_number\":\"0000611418\",\"bank_code\":\"058\"}"
  11. }'
Response
// Awaiting response...
Did you find this page useful?

Join our Discord