Supplement Payer Information
Endpoint: POST /v2/gc/collection-orders/{collectionOrderId}/payer-information
Description: Provide payer details for an incoming collection order that arrived without identifiable payer information.
Request
Request Body Field Descriptions (JSON)
Field Name
Type
Required
Description
Request sample
{
"requestId": "e8f9a0b1-2345-4cde-f678-901234567890",
"payerAccountName": "Global Retail GmbH",
"payerAccountNum": "DE89370400440532013000",
"paymentProofList": [
"gpt/PAYEEINFO/20240302/proof_e8f9a0b1.pdf"
],
"swiftCode": "DEUTDEDBXXX",
"remark": "Wire transfer reference PI-2024-00182"
}Response
Response Field Descriptions
Field Name
Type
Description
data object fields:
data object fields:Field Name
Type
Description
Response sample
Example cURL
Notes
Last updated
Was this helpful?