Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Update a recipient
cURL
curl --request PUT \ --url https://api.example.com/api/recipients/{id} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "businessName": "<string>", "country": "<string>", "currency": "<string>" } '
{ "id": "rec_abc123", "businessName": "Acme Malaysia Updated", "status": "active" }