v1
latestOpenAPI 3.1.02026-07-2418201.6 MBPre-Deposit Check callback
This callback allows clients to validate a transaction before the actual fund movement happens in the virtual account. The client can accept or reject incoming funds via this callback.
post/client/test/endpoint
Headers
your_custom_key_1string
The header token shared by you should not contain any unsanitized values like @ # $ % ^ & * ! ; : ' " ~ ` ? = + ) (
your_custom_key_2string
The header token shared by you should not contain any unsanitized values like @ # $ % ^ & * ! ; : ' " ~ ` ? = + ) (
Request body
Response
200
Example response
{
"is_accepted": true
}