Retrieve an existing compliance request by payment ID.
Compliance request retrieved successfully.
Compliance request could not be retrieved. See the response body for more information.
Unauthorized request
Forbidden
Compliance request not found
{- "payment_id": "pay_fun26akvvjjerahhctaq2uzhu4",
- "client_id": "cli_vkuhvk4vjn2edkps7dfsq6emqm",
- "entity_id": "ent_azsiyswl7bwe2ynjzujy7lcjca",
- "segment_id": "seg_siopnqocrc4ehgyer4tpepq5pp",
- "amount": "38.23",
- "currency": "HKD",
- "recipient_name": "Jia Tsang",
- "requested_on": "2026-02-04T15:46:44.9663151Z",
- "status": "responded",
- "fields": {
- "sender": [
- {
- "name": "date_of_birth",
- "type": "date",
- "value": "2000-01-01"
}
], - "recipient": [
- {
- "name": "date_of_birth",
- "type": "date",
- "value": "2000-01-01"
}
]
}, - "transaction_reference": "ref-abc",
- "sender_reference": "ref-def",
- "last_updated": "2026-02-04T15:47:18.6326970Z",
- "sender_name": "Ali Farid",
- "payment_type": "PayToCard"
}Submit a response to a compliance request.
The response details.
Response to compliance request accepted
Response to compliance request could not be submitted. See the response body for more information.
Unauthorized request
Forbidden
Compliance request not found
The compliance request has already been responded to.
{- "fields": {
- "sender": [
- {
- "name": "date_of_birth",
- "value": null,
- "not_available": false
}
], - "recipient": [
- {
- "name": "date_of_birth",
- "value": null,
- "not_available": false
}
]
}, - "comments": "Optional comment"
}