Developer Portal
4.3 Existing Credit Card Requests with Token**
Field | Name | Description | Type | Min Length | Max Length |
---|---|---|---|---|---|
1 | Command | Case insensitive command. Supported commands: ‘CCCapture’, ‘CCVoid’ | Alpha | N/A | N/A |
2 | Transaction ID | unique identifier for a payment request. This is returned in the reply file for each transaction. | any | 0 | 64 |
** Not Supported in this release.
Example Existing Credit Card Request with Token
# Sample file template with token delimiter ; <Command>;<Transaction Id> # Sample Void file delimiter ; CCVoid;<Transaction Id> # Sample Credit file delimiter ; CCCapture;<Transaction Id>