cURL
curl --request PUT \ --url https://api.usepooler.com/payments/recipients/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "account_number": "<string>", "account_name": "<string>", "account_type": "<string>", "account_currency": "<string>", "account_country_code": "<string>", "account_bank_name": "<string>", "account_bank_code": "<string>", "amount_limit": 123, "identification_type": "<string>", "identification_number": "<string>", "payment_details": {} } '
{ "success": true, "message": "<string>", "stan": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "merchant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "account_number": "<string>", "account_name": "<string>", "account_type": "<string>", "is_internal_account": true, "account_currency": "<string>", "account_bank_name": "<string>", "account_bank_code": "<string>", "account_country_code": "<string>", "account_country": "<string>", "identification": {}, "limit": "<string>", "payment_details": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Update an existing payment recipient’s information.
Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}
Recipient ID
Recipient updated successfully
Show child attributes