x-signature: ********************{
"label": "Primary corporate account"
}curl --location --request PUT '/api/v1/merchants//payees/' \
--header 'x-app-id;' \
--header 'x-timestamp;' \
--header 'x-nonce;' \
--header 'x-request-id;' \
--header 'x-lang;' \
--header 'x-signature: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"label": "Primary corporate account"
}'{
"success": true,
"requestId": "req_123",
"timestamp": "2024-01-01T00:00:00Z",
"data": {
"payeeId": "pay_abc123",
"type": "BANK_ACCOUNT",
"label": "Primary corporate account",
"details": {
"accountName": "ACME Inc.",
"accountNo": "000111222333",
"bankName": "JPMorgan"
},
"status": "ACTIVE",
"createdAt": "2024-01-01T00:00:00Z"
}
}