Developer Portal
4.5 Non-tokenized Existing Credit Card Requests**
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 for each transaction. | Any | 0 | 64 |
Example Existing Credit Card Request
# Sample file template with token delimiter ; <Command>;<Transaction Id> # Sample Void file delimiter ; CCVoid;<Transaction Id> # Sample Credit file delimiter ; CCCapture;<Transaction Id>