v1

latestOpenAPI 3.0.32026-07-2621102.1 MB
Instant Issue

Void Create Account

Use the Void Create Account endpoint to cancel an account (move the account into status: B, Voided account) that was created by <a href="ref:post_createaccount" target="_blank">Create Account</a>. Pass either the transactionId of the original Create Account call or the optional accountNo parameter to identify and void the created account. The accountNo parameter can be the PRN that was returned by Create Account or a PAN that you can retrieve using <a href="ref:post_getaccountcards" target="_blank">Get Account Cards</a>.

📘 Note

Use Void Create Account only for instant-issue (prepaid) card accounts. To reverse an account creation for other account types, use the <glossary:CST>.

post/voidCreateAccount

Response

status_codeinteger nullable required

The response status code. May return a string for some statuses.

statusstring nullable required

The condition of a process or response

processing_timenumber float nullable required

The time elapsed in processing the transaction

system_timestampstring date-time nullable required

A system generated timestamp

rtokenstring nullable required

A system-generated ID used for tracking

errorsstring[]

A list of errors generated while the request was processed

response_dataobject required

A structure for the response data. This endpoint does not return response data, so it will always be empty.