Aller au contenu
Chargement des API keys…
Authorization<token>

Use a public key (pk./pk_test.) for payment initialization. Use a secret key (sk./sk_test.) for sensitive operations (transfers, refunds, balance), or a restricted key (rk./rk_test.) scoped to specific permissions. The _test. variant of any key selects the sandbox environment, there is no separate sandbox URL. Never expose your secret key in client-side code.

In: header

Request Body

application/json

channelstringrequired
namestringrequired

Must not be greater than 255 characters.

account_numberstring | null

Must not be greater than 50 characters.

phonestring | null

Must not be greater than 20 characters.

emailstring | null

Must be a valid email address. Must not be greater than 255 characters.

country_codestring | null

Must be 2 characters.

notestring | null

Must not be greater than 1000 characters.

metadataobject | null
ibanstring | null

Must not be greater than 34 characters.

swiftstring | null

Must not be greater than 11 characters.

vaultobject | null
vault_typestring | null

Must not be greater than 50 characters.

vault_detailsobject | null
vault_holder_namestring | null

Must not be greater than 255 characters.

vault_last_fourstring | null

Must be 4 characters.

vault_phone_numberstring | null

Must not be greater than 20 characters.

vault_bank_codestring | null

Must not be greater than 20 characters.

vault_account_typestring | null

Must not be greater than 20 characters.

vault_operatorstring | null

Must not be greater than 50 characters.

Response Body

application/json

application/json

curl -X POST "https://api.wajub.com/beneficiaries" \  -H "Content-Type: application/json" \  -d '{    "channel": "architecto",    "name": "n"  }'
POST
/beneficiaries
{  "code": 201,  "beneficiary": {    "id": "bfn_01JXXX",    "name": "Jean Dupont",    "channel": "cm.mtn"  }}

Created

Que pensez-vous de ce contenu ?