Developer Portal
4.2 Credit Card Requests with Token
Field | Name | Description | Type | Min Length | Max Length |
---|---|---|---|---|---|
1 | Command | Case insensitive command. Supported commands: 'CCAuthorizeToken' **, 'CCSaleToken', 'CCCreditToken' | Alpha | N/A | N/A |
2 | Source ID | Transaction Source ID. Source IDs are configured for your company on Payway. The source ID determines which merchant is used. A single file can have multiple source IDs. | Number | N/A | N/A |
3 | Token | Payway token to be used for this transaction. | Number | 1 | 10 |
4 | ECI Type | Input ECI type. 1 → MOP_MOTO_SINGLE 2→ MOP_MOTO_RECURRING 3→ MOP_MOTO_INSTALLMENT 4→ MOP_MOTO_DEFERRED 5→ MOP_SET 6 → MOP_NA_SET 7 → MOP_CHANNEL_ENCRYPT 8 → MOP_NON_SECURE 9 → MOP_PINLESS_DEBIT 10 → MOP_RETAIL | Number | 1 | 2 |
5 | Amount | An integer representing the amount in pennies for the transaction. Required for Authorize, Sale, and Credit. Ignored for Capture and Void. Amount is in PENNIES example: $100.00 → 10000 | Number | 1 | 9 |
6 | Tax | An integer representing the tax in pennies for the transaction. example: $10.00 → 1000 | Number | 1 | 9 |
7 | Notes 1 | User data up to 64 bytes | any | 0 | 64 |
8 | Notes 2 | User data up to 64 bytes | any | 0 | 64 |
9 | Notes 3 | User data up to 64 bytes | any | 0 | 64 |
# Sample file template with token delimiter ; <Command>;<Source Id>;<Token>;<ECI Type>;<Amount>;<Tax Amount>;<CustomFieldOne>;<CustomFieldTwo>;<CustomFieldThree> # Sample Sale file delimiter ; CCSaleToken;20;010000344;1;120000;0;test1;test2;test3 # Sample Authorize file delimiter ; CCAuthorizeToken;20;010000344;1;120000;0;test1;test2;test3 # Sample Credit file delimiter ; CCCreditToken;20;010000344;1;120000;0;test1;test2;test3