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

Path Parameters

idstringrequired

Request Body

application/json

namestring

Must not be greater than 255 characters.

emailstring | null

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

phonestring | null

Must not be greater than 32 characters.

country_codestring | null

Must be 2 characters.

metadataobject | null

Response Body

application/json

application/json

curl -X PUT "https://api.wajub.com/beneficiaries/architecto" \  -H "Content-Type: application/json" \  -d '{}'
PUT
/beneficiaries/{id}
{  "code": 200,  "beneficiary": {    "id": "bfn_01JXXX"  }}

OK

Que pensez-vous de ce contenu ?