post https://api-{corename}.{env}.gpsrv.com/intserv/4.0/voidCreateAccount
Use the Void Create Account endpoint to cancel an account (move the account into status: B
, Voided account) that was created by Create Account. 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 Get Account Cards.
Note
Use Void Create Account only for instant-issue (prepaid) card accounts. To reverse an account creation for other account types, use the CST.
Status codes
See Global Response Statuses for status codes that are common across endpoints.
The table below lists status codes that apply to this specific endpoint.
Status code | Description |
---|---|
412-01 | Transaction not found |
412-02 | Method not allowed according to product configuration |
412-03 | Secondary or related cards have been added to account; account cannot be voided |
412-04 | Transactions have been performed against the account; account cannot be voided |
412-05 | Void not allowed after product changed |
412-06 | Void not allowed on accounts with multiple payments |