v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBDelete RTP Transaction
If using?request: Requests a return of a previously sent RTP push transaction. If using ?response: Responds to a request of a previously received Request for Return of Funds (for a previously received RTP transaction).
Path parameters
22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.
The original 35-character networkID (i.e. the <glossary:RTP> Instruction ID)
Query parameters
Use if you are sending a Request for Return of Funds (regarding the original RTP-Credit Transfer).
Must use request or response
Use if you are responding to a Request for Return of Funds (regarding a received RTP-Credit Transfer).
Must use response or request
Request body
Response
A response to a request for return of funds was accepted (and if applicable, the reimbursement was accepted).
Example response
{
"status": "COMPLETED",
"networkRC": "000",
"reimbursement": {
"networkRC": "000"
}
}