Generate Payment Data
Request to obtain the payment details for the specified token that can be used for a payment authorization.
Authentication
This operation requires authentication via one of the following methods:
- Certificate authentication.
- 
                            
                                            To authenticate to the API two additional NVP parameters must be supplied in the request.
                                            Provide 'merchant.<your gateway merchant ID>' in the apiUsername field and your API password in the apiPassword field.
Request
Fields
String
                        = GENERATE_PAYMENT_DATA
                                    FIXED
                                
                Any sequence of zero or more unicode characters.
Information about how the payer's identity is verified, if applicable.
For example, where a payer has a stored card associated with a scheme token that is verified using Mastercard's Token Authentication Framework (TAF).
String
                        REQUIRED
                                        
                The orderId you used for the Initiate Authentication operation.
Data can consist of any characters
String
                        REQUIRED
                                        
                The transactionId you used for the Initiate Authentication operation.
Data can consist of any characters
String
                        
                                            OPTIONAL
                                
                A transient identifier for the request, that can be used to match the response to the request.
The value provided is not validated, does not persist in the gateway, and is returned as provided in the response to the request.
Data can consist of any characters
Alphanumeric + additional characters
                        REQUIRED
                                        
                The unique identifier issued to you by your payment provider.
This identifier can be up to 12 characters in length.
Data may consist of the characters 0-9, a-z, A-Z, '-', '_'
Container for fields that control the response returned for the request.
String
                        
                                            OPTIONAL
                                
                Indicates how sensitive data is returned in the response.
Data can consist of any characters
Where a scheme token is stored against this gateway token, this group contains details about the scheme token, such as the token service provider.
Enumeration
                        
                                            OPTIONAL
                                
                The type of verification data you require for the scheme token:
- CRYPTOGRAM - a full cryptogram,
- VERIFICATION_CODE – an alternative to the full cryptogram. VTS refers to this as a Dynamic Token Verification Value (DTVV).
While the gateway will consider your preference, the cryptogram type returned in the response will also depend on the cryptogram type the token service provider supports.
Value must be a member of the following list. The values are case sensitive.
CRYPTOGRAM
                                        A full cryptogram
VERIFICATION_CODE
                                        A scheme specific alternative to the full cryptogram.
Alphanumeric
                        
                                            OPTIONAL
                                
                Uniquely identifies a card and associated details.
Data may consist of the characters 0-9, a-z, A-Z
Response
Fields
Information about how the payer's identity is verified, if applicable.
For example, where a payer has a stored card associated with a scheme token that is verified using Mastercard's Token Authentication Framework (TAF).
String
                        ALWAYS PROVIDED
                                        
                The orderId you used for the Initiate Authentication operation.
Data can consist of any characters
String
                        ALWAYS PROVIDED
                                        
                The transactionId you used for the Initiate Authentication operation.
Data can consist of any characters
String
                        
                                            CONDITIONAL
                                
                A transient identifier for the request, that can be used to match the response to the request.
The value provided is not validated, does not persist in the gateway, and is returned as provided in the response to the request.
Data can consist of any characters
ASCII Text
                        ALWAYS PROVIDED
                                        
                The unique identifier of the token repository associated with the merchant.
Data consists of ASCII characters
Enumeration
                        ALWAYS PROVIDED
                                        
                A system-generated high level overall result of the operation.
Value must be a member of the following list. The values are case sensitive.
FAILURE
                                        The operation was declined or rejected by the gateway, token service provider, acquirer or issuer
PENDING
                                        The operation is currently in progress or pending processing
SUCCESS
                                        The operation was successfully processed
UNKNOWN
                                        The result of the operation is unknown
Where a scheme token is stored against this gateway token, this group contains details about the scheme token, such as the token service provider.
Enumeration
                        
                                            CONDITIONAL
                                
                The token service provider that generated a scheme token for the card details that are stored against the gateway token.
Value must be a member of the following list. The values are case sensitive.
AETS
                                        American Express Token Service
MDES
                                        Mastercard Digital Enablement Service
VTS
                                        Visa Token Service
Enumeration
                        
                                            CONDITIONAL
                                
                The status of the scheme token stored against the gateway token.
| ACTIVE | A scheme token exists and can be used for transactions. | 
| PROVISIONING | The scheme token is being requested by the gateway. | 
| SUSPENDED | The scheme token has been blocked by the token service provider or issuer. | 
| DEACTIVATED | The scheme token has been permanently deleted by the token service provider or issuer. | 
| INELIGIBLE | The FPAN tokenization was declined by the token service provider or issuer. | 
| TOKENIZATION_UNAVAILABLE | The scheme token was not requested by the gateway as the pre-requisites are not met. | 
Value must be a member of the following list. The values are case sensitive.
ACTIVE
                                        A scheme token exists and can be used for transactions.
DEACTIVATED
                                        The scheme token has been permanently deleted by the token service provider or issuer.
INELIGIBLE
                                        The FPAN tokenization was declined by the token service provider or issuer.
PROVISIONING
                                        The scheme token is being requested by the gateway.
SUSPENDED
                                        The scheme token has been blocked by the token service provider or issuer.
TOKENIZATION_UNAVAILABLE
                                        The scheme token was not requested by the gateway as the pre-requisites for scheme tokenization are not met.
DateTime
                        
                                            CONDITIONAL
                                
                The timestamp indicating the date and time when the status of the scheme token was last updated.
An instant in time expressed in ISO8601 date + time format - "YYYY-MM-DDThh:mm:ss.SSSZ"
Details about the source of the funds for this payment.
The details of the source of funds when they are directly provided as opposed to via a token or session.
Details about the card.
Use this parameter group when you have sourced payment details using:
Cards: the card details entered directly or collected using a Point of Sale (POS) terminal.
Card scheme tokens where the card was tokenized using a card scheme tokenization service such as Mastercard Digital Enablement Service (MDES).
Enumeration
                        ALWAYS PROVIDED
                                        
                The brand name used to describe the card that is recognized and accepted globally.
For many major card types this will match the scheme name. In some markets, a card may also be co-branded with a local brand that is recognized and accepted within its country/region of origin (see card.localBrand).
You may use this information to support surcharging decisions. This information is gathered from 3rd party sources and may not be accurate in all circumstances.
Value must be a member of the following list. The values are case sensitive.
AMEX
                                        American Express
CHINA_UNIONPAY
                                        China UnionPay
DINERS_CLUB
                                        Diners Club
DISCOVER
                                        Discover
JCB
                                        JCB (Japan Credit Bureau)
LOCAL_BRAND_ONLY
                                        The card does not have a global brand.
MAESTRO
                                        Maestro
MASTERCARD
                                        MasterCard
RUPAY
                                        RuPay
UATP
                                        UATP (Universal Air Travel Plan)
UNKNOWN
                                        The brand of the card used in the transaction could not be identified
VISA
                                        Visa
Details about the card that you have sourced using digital payment methods.
Digits
                        
                                            CONDITIONAL
                                
                The Electronic Commerce Indicator generated for payments made using a device payment method or a card scheme token.
Data is a string that consists of the characters 0-9.
Base64
                        
                                            CONDITIONAL
                                
                A cryptogram used to authenticate the transaction.
Data is Base64 encoded
The expiry date of the account number associated with a digital payment method.
The associated account number is returned in sourceOfFunds.provided.card.deviceSpecificNumber. This field is returned for:
- • Card scheme tokens: the expiry date for the Token PAN.
Digits
                        
                                            CONDITIONAL
                                
                Month from the expiry date of the device specific account number.
Months are numbered January=1, through to December=12.
Data is a number between 1 and 12 represented as a string.
Digits
                        
                                            CONDITIONAL
                                
                Year from the expiry date of the device specific account number.
The Common Era year is 2000 plus this value.
Data is a string that consists of the characters 0-9.
Masked digits
                        
                                            CONDITIONAL
                                
                The payer's account number associated with a digital payment method.
Use this field for:
- • Card Scheme Tokens: the token generated by a card scheme tokenization service. The token is used as an identifier of the payer's Primary Account Number (PAN) securely stored by the service.
Data is a string that consists of the characters 0-9, plus 'x' for masking
Expiry date, as shown on the card.
Digits
                        ALWAYS PROVIDED
                                        
                Month, as shown on the card.
Months are numbered January=1, through to December=12.
Data is a number between 1 and 12 represented as a string.
Digits
                        ALWAYS PROVIDED
                                        
                Year, as shown on the card.
The Common Era year is 2000 plus this value.
Data is a string that consists of the characters 0-9.
Enumeration
                        ALWAYS PROVIDED
                                        
                The method used by the payer to provide the funds for the payment.
You may use this information to support surcharging decisions. This information is gathered from 3rd party sources and may not be accurate in all circumstances.
Value must be a member of the following list. The values are case sensitive.
CHARGE
                                        The payer has a line of credit with the issuer which must be paid off monthly.
CREDIT
                                        The payer has a revolving line of credit with the issuer.
DEBIT
                                        Funds are immediately debited from the payer's account with the issuer.
UNKNOWN
                                        The account funding method could not be determined.
String
                        
                                            CONDITIONAL
                                
                The issuer of the card, if known.
WARNING: This information may be incorrect or incomplete – use at your own risk.
Data can consist of any characters
String
                        
                                            CONDITIONAL
                                
                The brand name used to describe a card that is recognized and accepted within its country/region of origin.
The card may also be co-branded with a brand name that is recognized and accepted globally (see card.brand).
You may use this information to support surcharging decisions. This information is gathered from 3rd party sources and may not be accurate in all circumstances.
Data can consist of any characters
String
                        
                                            CONDITIONAL
                                
                The cardholder's name as printed on the card.
Data can consist of any characters
Masked digits
                        
                                            CONDITIONAL
                                
                The account number embossed onto the card.
Data is a string that consists of the characters 0-9, plus 'x' for masking
Enumeration
                        ALWAYS PROVIDED
                                        
                The organization that owns a card brand and defines operating regulations for its use.
The card scheme also controls authorization and settlement of card transactions among issuers and acquirers.
Value must be a member of the following list. The values are case sensitive.
AMEX
                                        American Express
CHINA_UNIONPAY
                                        China UnionPay
DINERS_CLUB
                                        Diners Club
DISCOVER
                                        Discover
JCB
                                        JCB (Japan Credit Bureau)
MASTERCARD
                                        MasterCard
OTHER
                                        The scheme of the card used in the transaction could not be identified.
RUPAY
                                        RuPay
UATP
                                        UATP (Universal Air Travel Plan)
VISA
                                        Visa
Digits
                        
                                            CONDITIONAL
                                
                Card verification code, as printed on the back or front of the card or as provided for a card scheme token.
Card scheme tokens: VTS refers to this as a Dynamic Token Verification Value (DTVV). AETS calls it Dynamic Card Security Code (DCSC).
Data is a string that consists of the characters 0-9.
Enumeration
                        ALWAYS PROVIDED
                                        
                The payment method your payer has chosen for this payment.
Value must be a member of the following list. The values are case sensitive.
CARD
                                        Use this value for payments that obtained the card details either directly from the card, or from a POS terminal, or from a wallet, or through a device payment method.
SCHEME_TOKEN
                                        Use this value for payments using scheme tokens provided by Mastercard Digital Enablement Service (MDES), or Visa Token Service (VTS), or American Express Token Service (AETS).
Enumeration
                        ALWAYS PROVIDED
                                        
                An indicator of whether or not you can use this token in transaction requests.
Transaction requests using an invalid token are rejected by the gateway.
To change the token status, update the payment details stored against the token. Note that there are limitations on the update functionality depending on how your payment service provider has configured your token repository.
 Card Details  
A token that contains card details can become invalid in the following cases: 
- Scheme Token Provider: If a response or notification from the scheme token provider indicates that the card number for this scheme token has changed and the scheme token is no longer active.
- Recurring Payment Advice: If the acquirer response for a recurring payment indicates that you must not attempt another recurring payment with the card number stored against this token.
- Account Updater: If you are configured for Account Updater and an Account Updater response indicates that the card details are no longer valid.
PayPal Details
A token that contains PayPal payment details becomes invalid when the payer withdraws their consent to the Billing Agreement.
- INVALID - The payment details stored against the token have been identified as invalid. The gateway will reject operation payment requests using this token.
- VALID - The payment details stored against the token are considered to be valid. The gateway will attempt to process operation requests using this token.
Value must be a member of the following list. The values are case sensitive.
INVALID
                                        The payment details stored against the token have been identified as invalid. The gateway will reject operation payment requests using this token.
VALID
                                        The payment details stored against the token are considered to be valid. The gateway will attempt to process operation requests using this token.
Alphanumeric
                        ALWAYS PROVIDED
                                        
                A gateway token that contains account identifier details.
Data may consist of the characters 0-9, a-z, A-Z
Information about the usage of the token.
Information about the most recent change made to the token.
Alphanumeric + additional characters
                        ALWAYS PROVIDED
                                        
                If the token was last updated by a merchant this field contains the merchant ID of the merchant that made the update.
Data may consist of the characters 0-9, a-z, A-Z, '-', '_'
Enumeration
                        ALWAYS PROVIDED
                                        
                Indicates the source of the last update to the token.
Value must be a member of the following list. The values are case sensitive.
CLIENT
                                        The token was last updated by a merchant submitting a Tokenize request. Field usage.lastUpdated.merchantId will contain the ID of the merchant that made the update.
GATEWAY
                                        The token was last updated by the gateway as a result of the Account Updater or Token Maintenance Service functionality.
DateTime
                        ALWAYS PROVIDED
                                        
                The timestamp indicating the date and time the token was last updated.
An instant in time expressed in ISO8601 date + time format - "YYYY-MM-DDThh:mm:ss.SSSZ"
DateTime
                        ALWAYS PROVIDED
                                        
                The timestamp indicating the date and time the token was last used or saved.
An instant in time expressed in ISO8601 date + time format - "YYYY-MM-DDThh:mm:ss.SSSZ"
Errors
Information on possible error conditions that may occur while processing an operation using the API.
Enumeration
                        
                Broadly categorizes the cause of the error.
For example, errors may occur due to invalid requests or internal system failures.
Value must be a member of the following list. The values are case sensitive.
INVALID_REQUEST
                                        The request was rejected because it did not conform to the API protocol.
REQUEST_REJECTED
                                        The request was rejected due to security reasons such as firewall rules, expired certificate, etc.
SERVER_BUSY
                                        The server did not have enough resources to process the request at the moment.
SERVER_FAILED
                                        There was an internal system failure.
String
                        
                Textual description of the error based on the cause.
This field is returned only if the cause is INVALID_REQUEST or SERVER_BUSY.
Data can consist of any characters
String
                        
                Indicates the name of the field that failed validation.
This field is returned only if the cause is INVALID_REQUEST and a field level validation error was encountered.
Data can consist of any characters
String
                        
                Indicates the code that helps the support team to quickly identify the exact cause of the error.
This field is returned only if the cause is SERVER_FAILED or REQUEST_REJECTED.
Data can consist of any characters
Enumeration
                        
                Indicates the type of field validation error.
This field is returned only if the cause is INVALID_REQUEST and a field level validation error was encountered.
Value must be a member of the following list. The values are case sensitive.
INVALID
                                        The request contained a field with a value that did not pass validation.
MISSING
                                        The request was missing a mandatory field.
UNSUPPORTED
                                        The request contained a field that is unsupported.
Enumeration
                        
                A system-generated high level overall result of the operation.
Value must be a member of the following list. The values are case sensitive.
ERROR
                                        The operation resulted in an error and hence cannot be processed.