Get hosted checkout status
Hosted Checkouts
Using hostedCheckouts you can process transactions using MyCheckout, our easy to use hosted responsive payment pages. Your consumers will be able to complete the payment process using MyCheckout that is hosted by us. Using these pages to capture card details and process card transactions will greatly reduce not only your integration efforts, but it will also reduce your 'PCI exposure' to the lowest level (SAQ-A).
The layout and look and feel of the MyCheckout Pages can be managed through the Configuration Center. Here you will find the powerful, yet very intuitive MyCheckout editor that lets you create multiple variations of your hosted payment pages hosted by us. If you have created multiple versions you are able to direct your consumers to specific variants through this API. This allows you easily test out different variations or continue specific campaigns all the way through to the payment pages.
The MyCheckout pages automatically adapt based on screen width of your consumers device. Clients that do not support JavaScript to be run on the client will still be able to make payments (although they will lack all the client side validation and automatic formatting to assist them). Please note that both the responsive nature and the support for clients without JavaScript support might not apply to 3rd party payment pages that the consumer might be redirected to to complete the payment.
MyCheckout is also modular in its setup, allowing you to specify exactly what you want us to do as part of your checkout flow. You decide if we should display the payment product selection and/or the confirmation page after a successful payment.
In case a payment product that requires the consumer to (manually) push the funds was selected, you will have the option to show these instructions again at a later moment. You could show them on your website in an area where the consumer can track the progress of their order. To avoid multiple payments you should however avoid showing them again for transactions that have already been paid.
Request
You can retrieve the current status of the hosted checkout by doing a get on the hostedCheckoutId. When a payment has been created during the hosted checkout session the details are returned in this object.
Request example
This scenario you will probably use the most
-
$response = $client->v1()->merchant('merchantId')->hostedcheckouts()->get('hostedCheckoutId');
Responses
In case the hostedCheckoutId has not yet expired the response to the GET request will contain the status of the hosted checkout. In case the consumer has also made a payment during the session a createdPaymentOutput object is returned containing the details of the created payment object. Please note that for payments that involve a redirect to a 3rd party, like iDeal or PayPal, the payment might not have been completed at the moment you retrieved the status. This is indicated by the status contained in the createdPaymentOutput object.
Response 200 - OKGetHostedCheckoutResponse
The request was processed correctly and a valid response is returned. In case a payment was created during the hosted checkout the details are returned in the createdPaymentOutput object.
Properties
|
|||
Property | Type | Required | Details |
---|---|---|---|
object | no | read close | |
close
DescriptionWhen a payment has been created during the hosted checkout session this object will return the details.
|
|||
close
DescriptionObject that contains the action, including the needed data, that you should perform next, like showing instruction, showing the transaction results or redirect to a third party to complete the payment
|
|||
close
DescriptionAction merchants needs to take in the online payment process. Possible values are:
|
|||
close
DescriptionThis property contains the blob with data for the instructions rendering service.
This service will be available at the following endpoint: http(s)://{{merchant specific subdomain}}.{{base MyCheckout hosted payment pages domain}}/instructions/{{merchantId}}/{{clientSessionId}} This instructions page rendering service accepts the following parameters:
The instructionsRenderingData is a String blob that is presented to you via the Server API as part of the merchantAction (if available, and non-redirect) in the JSON return values for the createPayment call or the getHostedCheckoutStatus call (merchantAction inside createdPaymentOutput when available). You are responsible to store the instructionsRenderingData blob in order to be able to present the instructions page at a later time, when this information might no longer be available through Server API calls. |
|||
close
DescriptionArray of key value pairs of data that needs to be shown to the customer. This is returned for both the SHOW_INSTRUCTION as well as the SHOW_TRANSACTION_RESULTS actionType.
Note: The returned value for the key BARCODE is a base64 encoded gif image. By prepending 'data:image/gif;base64,' this value can be used as the source of an HTML inline image. |
|||
close
DescriptionName of the key or property
|
|||
close
DescriptionValue of the key or property
|
|||
close
DescriptionIndicates whether the customer ticked the "Remember my details for future purchases" checkbox on the MyCheckout hosted payment pages
|
|||
close
DescriptionHosted Checkout specific information. Populated if the payment was created on the GlobalCollect platform through a Hosted Checkout.
|
|||
close
DescriptionThe ID of the Hosted Checkout Session in which the payment was made.
|
|||
close
DescriptionUsing the Configuration Center it is possible to create multiple variations of your MyCheckout payment pages. By specifying a specific variant you can force the use of another variant then the default. This allows you to test out the effect of certain changes to your hosted mandate pages in a controlled manner. Please note that you need to specify the ID of the variant.
|
|||
close
DescriptionOur unique payment transaction identifier.
|
|||
close
DescriptionObject containing amount and ISO currency code attributes
|
|||
close
DescriptionAmount in cents and always having 2 decimals
|
|||
close
DescriptionThree-letter ISO currency code representing the currency for the amount
|
|||
close
DescriptionAmount that has been paid
|
|||
close
DescriptionAmount that has been reversed
|
|||
close
DescriptionObject containing the bank transfer payment method details
|
|||
close
DescriptionThis object contains the results of the Cybersource Decision Manager assessment. Cybersource is a fraud detection tool leveraging data networks, configurable rules, intelligence, and device fingerprinting to identify risky transactions.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionResult of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionResults from the fraud prevention check. Possible values are:
|
|||
close
DescriptionObject containing device fingerprinting details from InAuth
|
|||
close
DescriptionThe type of device used by the customer. Example values:
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionThe score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
|
|||
close
DescriptionThe true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
|
|||
close
DescriptionThe country of the customer based on the location of the True IP Address determined by inAuth.
|
|||
close
DescriptionThis object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionThe country of the customer determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionResult of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied on during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionThe true IP address as determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThe type of device used by the customer.
|
|||
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
|||
close
DescriptionObject containing the card payment method details
|
|||
close
DescriptionCard Authorization code as returned by the acquirer
|
|||
close
DescriptionThe complete credit/debit card number
|
|||
close
DescriptionThe card holder's name on the card. Minimum length of 2, maximum length of 51 characters.
|
|||
close
DescriptionExpiry date of the card
Format: MMYY |
|||
close
DescriptionFraud results contained in the CardFraudResults object
|
|||
close
DescriptionResult of the Address Verification Service checks. Possible values are:
|
|||
close
DescriptionResult of the Card Verification Value checks. Possible values are:
|
|||
close
DescriptionThis object contains the results of the Cybersource Decision Manager assessment. Cybersource is a fraud detection tool leveraging data networks, configurable rules, intelligence, and device fingerprinting to identify risky transactions.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionResult of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionResulting advice of the fraud prevention checks. Possible values are:
|
|||
close
DescriptionResults of Fraugster fraud prevention check. Fraugster collects transaction data points such as name, email address, billing, etc. to analyze whether or not the transaction is fraudulent.
|
|||
close
DescriptionResult of the Fraugster check
Contains the investigation points used during the evaluation
|
|||
close
DescriptionResult of the Fraugster check
Contains the overall Fraud score which is an integer between 0 and 99
|
|||
close
DescriptionObject containing device fingerprinting details from InAuth
|
|||
close
DescriptionThe type of device used by the customer. Example values:
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionThe score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
|
|||
close
DescriptionThe true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
|
|||
close
DescriptionThe country of the customer based on the location of the True IP Address determined by inAuth.
|
|||
close
DescriptionThis object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionThe country of the customer determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionResult of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied on during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionThe true IP address as determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThe type of device used by the customer.
|
|||
close
DescriptionAdditional response data returned by RetailDecisions
|
|||
close
DescriptionResult of the fraud service.
Provides additional information about the fraud result
|
|||
close
DescriptionReturns the raw score of the neural
|
|||
close
DescriptionResult of the fraud service
Represent sets of fraud rules returned during the evaluation of the transaction
|
|||
close
DescriptionThe unique scheme transactionId of the initial transaction that was performed with SCA.
Should be stored by the merchant to allow it to be submitted in future transactions. |
|||
close
DescriptionObject holding data that describes a network token.
|
|||
close
DescriptionThe network token alternative for the full Permanent Account Number. To receive a non-obfuscated network token please contact your account manager.
|
|||
close
DescriptionThe expiry date of the network token.
|
|||
close
DescriptionA unique identifier that can be used with Visa Token Service (VTS) or Mastercard Digital Enablement Service (MDES) to retrieve token details. It remains valid as long as the token is valid. Note: A prefix "V:" is added to show that this is a network token for a Visa product and "M:" to show that this is a network token for a Mastercard product.
|
|||
close
DescriptionIndicates if a network token was used during the payment.
|
|||
close
DescriptionA unique reference to the primary account number. Payment Account Reference provides a consolidated view of transactions associated with a PAN and its affiliated tokens, making it easier to identify customers and their associated transactions across payment channels.
|
|||
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
|||
close
DescriptionThe unique scheme transactionId of this transaction.
Should be stored by the merchant to allow it to be submitted in future transactions. Use this value in case the initialSchemeTransactionId property is empty. |
|||
close
DescriptionIdentifier of the authenticated transaction at the ACS/Issuer
|
|||
close
DescriptionExemption code from Carte Bancaire (130) (unknown possible values so far -free format)
|
|||
close
DescriptionThe amount for which this transaction has been authenticated.
|
|||
close
DescriptionAmount in cents and always having 2 decimals
|
|||
close
DescriptionThree-letter ISO currency code representing the currency for the amount
|
|||
close
DescriptionCAVV or AVV result indicating authentication validation value
|
|||
close
DescriptionThe 3-D Secure Directory Server transaction ID that is used for the 3D Authentication
|
|||
close
DescriptionIndicates Authentication validation results returned after AuthenticationValidation
|
|||
close
DescriptionType of strong customer authentication (SCA) exemption that was raised towards the acquirer for this transaction.
|
|||
close
DescriptionThe request exemption could not be granted. The reason why is returned in this property.
|
|||
close
DescriptionType of strong customer authentication (SCA) exemption requested by you for this transaction.
|
|||
close
DescriptionGlobal score calculated by the Carte Bancaire (130) Scoring platform. Possible values from 0 to 99
|
|||
close
DescriptionUniversally unique transaction identifier assigned by the 3-D Secure SDK to identify this transaction.
|
|||
close
DescriptionObject containing data regarding the 3-D Secure authentication
|
|||
close
DescriptionThe ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer)
|
|||
close
DescriptionMethod of authentication used for this transaction.
Possible values:
|
|||
close
DescriptionTimestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction
|
|||
close
DescriptionThe 3-D Secure version used for the authentication.
This property is used in the communication with the acquirer |
|||
close
DescriptionThe 3-D Secure Server transaction ID that is used for the 3-D Secure version 2 Authentication.
|
|||
close
DescriptionTransaction ID for the Authentication
|
|||
close
DescriptionIf a token was used for or created during the payment, then the ID of that token.
|
|||
close
DescriptionObject containing the cash payment method details
|
|||
close
DescriptionThis object contains the results of the Cybersource Decision Manager assessment. Cybersource is a fraud detection tool leveraging data networks, configurable rules, intelligence, and device fingerprinting to identify risky transactions.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionResult of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionResults from the fraud prevention check. Possible values are:
|
|||
close
DescriptionObject containing device fingerprinting details from InAuth
|
|||
close
DescriptionThe type of device used by the customer. Example values:
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionThe score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
|
|||
close
DescriptionThe true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
|
|||
close
DescriptionThe country of the customer based on the location of the True IP Address determined by inAuth.
|
|||
close
DescriptionThis object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionThe country of the customer determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionResult of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied on during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionThe true IP address as determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThe type of device used by the customer.
|
|||
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
|||
close
DescriptionObject containing the non SEPA direct debit payment method details
|
|||
close
DescriptionThis object contains the results of the Cybersource Decision Manager assessment. Cybersource is a fraud detection tool leveraging data networks, configurable rules, intelligence, and device fingerprinting to identify risky transactions.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionResult of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionResults from the fraud prevention check. Possible values are:
|
|||
close
DescriptionObject containing device fingerprinting details from InAuth
|
|||
close
DescriptionThe type of device used by the customer. Example values:
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionThe score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
|
|||
close
DescriptionThe true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
|
|||
close
DescriptionThe country of the customer based on the location of the True IP Address determined by inAuth.
|
|||
close
DescriptionThis object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionThe country of the customer determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionResult of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied on during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionThe true IP address as determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThe type of device used by the customer.
|
|||
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
|||
close
DescriptionObject containing the e-invoice payment method details
|
|||
close
DescriptionThis object contains the results of the Cybersource Decision Manager assessment. Cybersource is a fraud detection tool leveraging data networks, configurable rules, intelligence, and device fingerprinting to identify risky transactions.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionResult of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionResults from the fraud prevention check. Possible values are:
|
|||
close
DescriptionObject containing device fingerprinting details from InAuth
|
|||
close
DescriptionThe type of device used by the customer. Example values:
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionThe score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
|
|||
close
DescriptionThe true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
|
|||
close
DescriptionThe country of the customer based on the location of the True IP Address determined by inAuth.
|
|||
close
DescriptionThis object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionThe country of the customer determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionResult of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied on during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionThe true IP address as determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThe type of device used by the customer.
|
|||
close
DescriptionAfterPay Installments (payment product 9000) specific details
|
|||
close
DescriptionThe ID of the installment plan used for the payment.
|
|||
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
|||
close
DescriptionObject containing the invoice payment method details
|
|||
close
DescriptionThis object contains the results of the Cybersource Decision Manager assessment. Cybersource is a fraud detection tool leveraging data networks, configurable rules, intelligence, and device fingerprinting to identify risky transactions.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionResult of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionResults from the fraud prevention check. Possible values are:
|
|||
close
DescriptionObject containing device fingerprinting details from InAuth
|
|||
close
DescriptionThe type of device used by the customer. Example values:
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionThe score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
|
|||
close
DescriptionThe true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
|
|||
close
DescriptionThe country of the customer based on the location of the True IP Address determined by inAuth.
|
|||
close
DescriptionThis object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionThe country of the customer determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionResult of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied on during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionThe true IP address as determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThe type of device used by the customer.
|
|||
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
|||
close
DescriptionObject containing the mobile payment method details
|
|||
close
DescriptionCard Authorization code as returned by the acquirer
|
|||
close
DescriptionFraud results contained in the CardFraudResults object
|
|||
close
DescriptionResult of the Address Verification Service checks. Possible values are:
|
|||
close
DescriptionResult of the Card Verification Value checks. Possible values are:
|
|||
close
DescriptionThis object contains the results of the Cybersource Decision Manager assessment. Cybersource is a fraud detection tool leveraging data networks, configurable rules, intelligence, and device fingerprinting to identify risky transactions.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionResult of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionResulting advice of the fraud prevention checks. Possible values are:
|
|||
close
DescriptionResults of Fraugster fraud prevention check. Fraugster collects transaction data points such as name, email address, billing, etc. to analyze whether or not the transaction is fraudulent.
|
|||
close
DescriptionResult of the Fraugster check
Contains the investigation points used during the evaluation
|
|||
close
DescriptionResult of the Fraugster check
Contains the overall Fraud score which is an integer between 0 and 99
|
|||
close
DescriptionObject containing device fingerprinting details from InAuth
|
|||
close
DescriptionThe type of device used by the customer. Example values:
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionThe score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
|
|||
close
DescriptionThe true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
|
|||
close
DescriptionThe country of the customer based on the location of the True IP Address determined by inAuth.
|
|||
close
DescriptionThis object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionThe country of the customer determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionResult of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied on during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionThe true IP address as determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThe type of device used by the customer.
|
|||
close
DescriptionAdditional response data returned by RetailDecisions
|
|||
close
DescriptionResult of the fraud service.
Provides additional information about the fraud result
|
|||
close
DescriptionReturns the raw score of the neural
|
|||
close
DescriptionResult of the fraud service
Represent sets of fraud rules returned during the evaluation of the transaction
|
|||
close
DescriptionThe network that was used for the refund
|
|||
close
DescriptionThe obfuscated DPAN. Only the last four digits are visible.
|
|||
close
DescriptionExpiry date of the tokenized card
Format: MMYY |
|||
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
|||
close
DescriptionIdentifier of the authenticated transaction at the ACS/Issuer
|
|||
close
DescriptionExemption code from Carte Bancaire (130) (unknown possible values so far -free format)
|
|||
close
DescriptionThe amount for which this transaction has been authenticated.
|
|||
close
DescriptionAmount in cents and always having 2 decimals
|
|||
close
DescriptionThree-letter ISO currency code representing the currency for the amount
|
|||
close
DescriptionCAVV or AVV result indicating authentication validation value
|
|||
close
DescriptionThe 3-D Secure Directory Server transaction ID that is used for the 3D Authentication
|
|||
close
DescriptionIndicates Authentication validation results returned after AuthenticationValidation
|
|||
close
DescriptionType of strong customer authentication (SCA) exemption that was raised towards the acquirer for this transaction.
|
|||
close
DescriptionThe request exemption could not be granted. The reason why is returned in this property.
|
|||
close
DescriptionType of strong customer authentication (SCA) exemption requested by you for this transaction.
|
|||
close
DescriptionGlobal score calculated by the Carte Bancaire (130) Scoring platform. Possible values from 0 to 99
|
|||
close
DescriptionUniversally unique transaction identifier assigned by the 3-D Secure SDK to identify this transaction.
|
|||
close
DescriptionObject containing data regarding the 3-D Secure authentication
|
|||
close
DescriptionThe ACS Transaction ID for a prior 3-D Secure authenticated transaction (for example, the first recurring transaction that was authenticated with the customer)
|
|||
close
DescriptionMethod of authentication used for this transaction.
Possible values:
|
|||
close
DescriptionTimestamp in UTC (YYYYMMDDHHmm) of the 3-D Secure authentication of this transaction
|
|||
close
DescriptionThe 3-D Secure version used for the authentication.
This property is used in the communication with the acquirer |
|||
close
DescriptionThe 3-D Secure Server transaction ID that is used for the 3-D Secure version 2 Authentication.
|
|||
close
DescriptionTransaction ID for the Authentication
|
|||
close
DescriptionObject containing the redirect payment product details
|
|||
close
DescriptionObject that holds the Basic Bank Account Number (BBAN) data
|
|||
close
DescriptionName of the account holder
Depends on:Required for Create and Update token calls for ACH (730).
|
|||
close
DescriptionBank account number
Depends on:Required for Direct Debit UK (705) and ACH (730) payments, except when a token has been included in the request that includes this value.
Required for Create and Update token calls. |
|||
close
DescriptionBank code
Depends on:Required for Direct Debit UK (705) and ACH (730) payments, except when a token has been included in the request that includes this value.
Required for Create and Update token calls for ACH (730). |
|||
close
DescriptionName of the bank
|
|||
close
DescriptionBranch code
|
|||
close
DescriptionBank check digit
|
|||
close
DescriptionISO 3166-1 alpha-2 country code of the country where the bank account is held
For UK payouts this value is automatically set to GB as only payouts to UK accounts are supported.
|
|||
close
DescriptionObject containing account holder name and IBAN information
|
|||
close
DescriptionName in which the account is held.
Depends on:Required for the creation of a Payout
Required for Create and Update token calls. |
|||
close
DescriptionThe IBAN is the International Bank Account Number. It is an internationally agreed format for the BBAN and includes the ISO country code and two check digits.
Depends on:Required for the creation of a Payout
Required for Create and Update token. Required for payments with product 9000 (AfterPay Installments) in Austria (AT) and Germany (DE). Required for Create mandate and Create payment with mandate calls |
|||
close
DescriptionThe BIC is the Business Identifier Code, also known as SWIFT or Bank Identifier code. It is a code with an internationally agreed format to Identify a specific bank or even branch. The BIC contains 8 or 11 positions: the first 4 contain the bank code, followed by the country code and location code.
|
|||
close
DescriptionThis object contains the results of the Cybersource Decision Manager assessment. Cybersource is a fraud detection tool leveraging data networks, configurable rules, intelligence, and device fingerprinting to identify risky transactions.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionResult of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionResults from the fraud prevention check. Possible values are:
|
|||
close
DescriptionObject containing device fingerprinting details from InAuth
|
|||
close
DescriptionThe type of device used by the customer. Example values:
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionThe score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
|
|||
close
DescriptionThe true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
|
|||
close
DescriptionThe country of the customer based on the location of the True IP Address determined by inAuth.
|
|||
close
DescriptionThis object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionThe country of the customer determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionResult of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied on during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionThe true IP address as determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThe type of device used by the customer.
|
|||
close
DescriptionPostFinance Card (payment product 3201) specific details
|
|||
close
DescriptionThe complete credit/debit card number
|
|||
close
DescriptionThe card holder's name on the card. Minimum length of 2, maximum length of 51 characters.
|
|||
close
DescriptionExpiry date of the card
Format: MMYY |
|||
close
DescriptionTrustly (payment product 806) specific details
|
|||
close
DescriptionObject containing the billing address details of the customer
|
|||
close
DescriptionAdditional address information. The additionalInfo is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
close
DescriptionCity
Note: For payments with product 1503 the maximum length is not 40 but 20. Depends on:Required by the GlobalCollect platform for Invoice payments (201)
Required by the GlobalCollect platform for Direct Debit UK (705) except when a token has been included in the request that includes this value Required by the GlobalCollect platform for payments with product 9000 (AfterPay Installments) or 9001 (AfterPay Invoice). Required by the WOPA platform for payments with product 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay). Required by the TechProcess platform for cross-border merchants. Required by the GlobalCollect platform when address is included in Seller. Required by the GlobalCollect platform for the creation of a Payout. |
|||
close
DescriptionISO 3166-1 alpha-2 country code
Depends on:Required by the GlobalCollect platform.
Required by the TechProcess platform. |
|||
close
DescriptionHouse number. The houseNumber is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
Depends on:Required when address is included in Seller.
Required for 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) and 6107 (PicPay). |
|||
close
DescriptionFull name of the state or province
Depends on:Required by the TechProcess platform for cross-border merchants.
|
|||
close
DescriptionISO 3166-2 alpha-3 state code
Notes:
Depends on:Required for payments with paymentProductId 1503 (Boleto), 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay).
|
|||
close
DescriptionStreetname
Depends on:Required by the GlobalCollect platform for Invoice payments (201)
Required by the GlobalCollect platform for Direct Debit UK (705), except when a token has been included in the request that includes this value. Required by the GlobalCollect platform for payments with product 9000 (AfterPay Installments) or 9001 (AfterPay Invoice). Required by the WOPA platform for payments with product 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay). Required by the TechProcess platform for cross-border merchants. Required by the GlobalCollect platform when address is included in Seller. Required by the GlobalCollect platform for the creation of a Payout. |
|||
close
DescriptionZip code
Note: For payments with product 1503 the maximum length is not 10 but 8. Depends on:Required by the GlobalCollect platform for Direct Debit UK (705) except when a token has been included in the request that includes this value.
Required by the GlobalCollect platform for payments with product 9000 (AfterPay Installments) or 9001 (AfterPay Invoice). Required by the WOPA platform for payments with product 6101 (Banco do Brazil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay). Required by the TechProcess platform for cross-border merchants. |
|||
close
DescriptionThe last digits of the account number
|
|||
close
DescriptionThe name of the bank
|
|||
close
DescriptionThe country of the clearing house
|
|||
close
DescriptionThe ID number of the account holder
|
|||
close
DescriptionSofort (payment product 836) specific details
|
|||
close
DescriptionIndicates if SofortBank could estabilish if the transaction could successfully be processed.
|
|||
close
DescriptionPayPal (payment product 840) specific details
|
|||
close
DescriptionObject containing the billing address details of the customer
|
|||
close
DescriptionAdditional address information. The additionalInfo is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
close
DescriptionCity
Note: For payments with product 1503 the maximum length is not 40 but 20. Depends on:Required by the GlobalCollect platform for Invoice payments (201)
Required by the GlobalCollect platform for Direct Debit UK (705) except when a token has been included in the request that includes this value Required by the GlobalCollect platform for payments with product 9000 (AfterPay Installments) or 9001 (AfterPay Invoice). Required by the WOPA platform for payments with product 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay). Required by the TechProcess platform for cross-border merchants. Required by the GlobalCollect platform when address is included in Seller. Required by the GlobalCollect platform for the creation of a Payout. |
|||
close
DescriptionISO 3166-1 alpha-2 country code
Depends on:Required by the GlobalCollect platform.
Required by the TechProcess platform. |
|||
close
DescriptionHouse number. The houseNumber is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
Depends on:Required when address is included in Seller.
Required for 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) and 6107 (PicPay). |
|||
close
DescriptionFull name of the state or province
Depends on:Required by the TechProcess platform for cross-border merchants.
|
|||
close
DescriptionISO 3166-2 alpha-3 state code
Notes:
Depends on:Required for payments with paymentProductId 1503 (Boleto), 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay).
|
|||
close
DescriptionStreetname
Depends on:Required by the GlobalCollect platform for Invoice payments (201)
Required by the GlobalCollect platform for Direct Debit UK (705), except when a token has been included in the request that includes this value. Required by the GlobalCollect platform for payments with product 9000 (AfterPay Installments) or 9001 (AfterPay Invoice). Required by the WOPA platform for payments with product 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay). Required by the TechProcess platform for cross-border merchants. Required by the GlobalCollect platform when address is included in Seller. Required by the GlobalCollect platform for the creation of a Payout. |
|||
close
DescriptionZip code
Note: For payments with product 1503 the maximum length is not 10 but 8. Depends on:Required by the GlobalCollect platform for Direct Debit UK (705) except when a token has been included in the request that includes this value.
Required by the GlobalCollect platform for payments with product 9000 (AfterPay Installments) or 9001 (AfterPay Invoice). Required by the WOPA platform for payments with product 6101 (Banco do Brazil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay). Required by the TechProcess platform for cross-border merchants. |
|||
close
DescriptionObject containing the details of the PayPal account
|
|||
close
DescriptionUsername with which the PayPal account holder has registered at PayPal
|
|||
close
DescriptionIdentification of the PayPal recurring billing agreement
|
|||
close
DescriptionName of the company in case the PayPal account is owned by a business
|
|||
close
DescriptionThe phone number of the PayPal account holder
|
|||
close
DescriptionCountry where the PayPal account is located
|
|||
close
DescriptionStatus of the PayPal account.
Possible values are:
|
|||
close
DescriptionStatus of the customer's shipping address as registered by PayPal
Possible values are:
|
|||
close
DescriptionFirst name of the PayPal account holder
|
|||
close
DescriptionThe unique identifier of a PayPal account and will never change in the life cycle of a PayPal account
|
|||
close
DescriptionSurname of the PayPal account holder
|
|||
close
DescriptionAdditional address information. The additionalInfo is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
|
|||
close
DescriptionCity
Note: For payments with product 1503 the maximum length is not 40 but 20. Depends on:Required by the GlobalCollect platform for Invoice payments (201)
Required by the GlobalCollect platform for Direct Debit UK (705) except when a token has been included in the request that includes this value Required by the GlobalCollect platform for payments with product 9000 (AfterPay Installments) or 9001 (AfterPay Invoice). Required by the WOPA platform for payments with product 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay). Required by the TechProcess platform for cross-border merchants. Required by the GlobalCollect platform when address is included in Seller. Required by the GlobalCollect platform for the creation of a Payout. |
|||
close
DescriptionISO 3166-1 alpha-2 country code
Depends on:Required by the GlobalCollect platform.
Required by the TechProcess platform. |
|||
close
DescriptionHouse number. The houseNumber is truncated after 10 characters for payments, refunds or payouts that are processed by the WL Online Payment Acceptance platform
Depends on:Required when address is included in Seller.
Required for 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) and 6107 (PicPay). |
|||
close
DescriptionFull name of the state or province
Depends on:Required by the TechProcess platform for cross-border merchants.
|
|||
close
DescriptionISO 3166-2 alpha-3 state code
Notes:
Depends on:Required for payments with paymentProductId 1503 (Boleto), 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay).
|
|||
close
DescriptionStreetname
Depends on:Required by the GlobalCollect platform for Invoice payments (201)
Required by the GlobalCollect platform for Direct Debit UK (705), except when a token has been included in the request that includes this value. Required by the GlobalCollect platform for payments with product 9000 (AfterPay Installments) or 9001 (AfterPay Invoice). Required by the WOPA platform for payments with product 6101 (Banco do Brasil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay). Required by the TechProcess platform for cross-border merchants. Required by the GlobalCollect platform when address is included in Seller. Required by the GlobalCollect platform for the creation of a Payout. |
|||
close
DescriptionZip code
Note: For payments with product 1503 the maximum length is not 10 but 8. Depends on:Required by the GlobalCollect platform for Direct Debit UK (705) except when a token has been included in the request that includes this value.
Required by the GlobalCollect platform for payments with product 9000 (AfterPay Installments) or 9001 (AfterPay Invoice). Required by the WOPA platform for payments with product 6101 (Banco do Brazil), 6102 (Itaú), 6103 (Banrisul), 6104 (Bradesco), 6105 (Pix) or 6107 (PicPay). Required by the TechProcess platform for cross-border merchants. |
|||
close
DescriptionProtection Eligibility data of the PayPal customer
|
|||
close
DescriptionPossible values:
|
|||
close
DescriptionPossible values:
|
|||
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
|||
close
DescriptionID of the token. This property is populated when the payment was done with a token or when the payment was tokenized.
|
|||
close
DescriptionObject containing the SEPA direct debit details
|
|||
close
DescriptionThis object contains the results of the Cybersource Decision Manager assessment. Cybersource is a fraud detection tool leveraging data networks, configurable rules, intelligence, and device fingerprinting to identify risky transactions.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionResult of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionResults from the fraud prevention check. Possible values are:
|
|||
close
DescriptionObject containing device fingerprinting details from InAuth
|
|||
close
DescriptionThe type of device used by the customer. Example values:
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionThe score calculated on the basis of Anomalies, Velocity, Location, Integrity, List-Based, and Device Reputation. Range of the score is between 0 and 100. A lower value is better.
|
|||
close
DescriptionThe true IP address as determined by inAuth. This might be different from the IP address that you are seeing on your side due to the proxy piercing technology deployed by inAuth.
|
|||
close
DescriptionThe country of the customer based on the location of the True IP Address determined by inAuth.
|
|||
close
DescriptionThis object contains the results of Microsoft Fraud Protection risk assessment. Microsoft collects transaction data points and uses Adaptive AI that continuously learns to protect you against payment fraud, and the device fingerprinting details from the Microsoft Device Fingerprinting service.
|
|||
close
DescriptionName of the clause within the applied policy that was triggered during the evaluation of this transaction.
|
|||
close
DescriptionThe country of the customer determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThis is the device fingerprint value. Based on the amount of data that the device fingerprint collector script was able to collect, this will be a proxy ID for the device used by the customer.
|
|||
close
DescriptionResult of the Microsoft Fraud Protection check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.
|
|||
close
DescriptionName of the policy that was applied on during the evaluation of this transaction.
|
|||
close
DescriptionList of one or more reason codes.
|
|||
close
DescriptionThe true IP address as determined by Microsoft Device Fingerprinting.
|
|||
close
DescriptionThe type of device used by the customer.
|
|||
close
DescriptionOutput that is SEPA Direct Debit specific (i.e. the used mandate)
|
|||
close
DescriptionUnique reference to a Mandate
|
|||
close
DescriptionPayment product identifier
Please see payment products for a full overview of possible values. |
|||
close
DescriptionID of the token. This property is populated for the GlobalCollect payment platform when the payment was done with a token or when the payment was tokenized.
|
|||
close
DescriptionPayment method identifier used by the our payment engine with the following possible values:
|
|||
close
DescriptionObject that holds all reference properties that are linked to this transaction
|
|||
close
DescriptionYour order ID for this transaction that is also returned in our report files
|
|||
close
DescriptionYour unique reference of the transaction that is also returned in our report files. This is almost always used for your reconciliation of our report files.
|
|||
close
DescriptionPayment Reference generated by WebCollect
|
|||
close
DescriptionProvides an additional means of reconciliation for Gateway merchants
|
|||
close
DescriptionProvides an additional means of reconciliation, this is the MerchantId used at the provider
|
|||
close
DescriptionProvides an additional means of reconciliation for Gateway merchants
|
|||
close
DescriptionWhen you did not supply a merchantReference for your payment, you need to fill this property with the reference of the original payment when you want to refund it
|
|||
close
DescriptionThe reason description given for the reversedAmount property.
|
|||
close
DescriptionCurrent high-level status of the payment in a human-readable form. Possible values are :
Please see Statuses for a full overview of possible values. |
|||
close
DescriptionThis object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
In case of failed payments and negative scenarios, detailed error information is listed.
|
|||
close
DescriptionCustom object contains the set of errors
|
|||
close
DescriptionCategory the error belongs to. The category should give an indication of the type of error you are dealing with.
Possible values:
|
|||
close
DescriptionError code
|
|||
close
DescriptionHTTP status code for this error that can be used to determine the type of error
|
|||
close
DescriptionID of the error. This is a short human-readable message that briefly describes the error.
|
|||
close
DescriptionHuman-readable error message that is not meant to be relayed to customer as it might tip off people who are trying to commit fraud
|
|||
close
DescriptionReturned only if the error relates to a value that was missing or incorrect.
Contains a location path to the value as a JSonata query. Some common examples:
|
|||
close
DescriptionID of the request that can be used for debugging purposes
|
|||
close
DescriptionIndicates if the transaction has been authorized
|
|||
close
DescriptionFlag indicating if the payment can be cancelled
|
|||
close
DescriptionFlag indicating if the payment can be refunded
|
|||
close
DescriptionFlag indicating whether a rejected payment may be retried by the merchant without incurring a fee
|
|||
close
DescriptionThis is the raw response returned by the acquirer. This property contains unprocessed data directly returned by the acquirer. It's recommended for data analysis only due to its dynamic nature, which may undergo future changes.
|
|||
close
DescriptionName of the key or property
|
|||
close
DescriptionValue of the key or property
|
|||
close
DescriptionHighlevel status of the payment, payout or refund with the following possible values:
Please see Statuses for a full overview of possible values. |
|||
close
DescriptionNumeric status code of the legacy API. It is returned to ease the migration from the legacy APIs to Worldline Connect. You should not write new business logic based on this property as it will be deprecated in a future version of the API. The value can also be found in the GlobalCollect Payment Console, in the Ogone BackOffice and in report files.
|
|||
close
DescriptionDate and time of payment
Format: YYYYMMDDHH24MISS |
|||
close
DescriptionThe 3D Secure status, with the following possible values:
|
|||
close
DescriptionObject containing the created references
|
|||
close
DescriptionThe additional reference identifier for this transaction. Data in this property will also be returned in our report files, allowing you to reconcile them.
|
|||
close
DescriptionThe external reference identifier for this transaction. Data in this property will also be returned in our report files, allowing you to reconcile them.
|
|||
close
Deprecated:
Use payment.statusOutput.statusCategory instead
DescriptionHighlevel indication of the payment status with the following possible values:
Please see Statuses for a full overview of possible values. |
|||
close
DescriptionIf the payment was attempted to be tokenized, indicates if tokenization was successful or not.
|
|||
close
DescriptionThis property contains the tokens that are associated with the hosted checkout session/customer. You can use the tokens listed in this list for a future checkout of the same customer.
|
|||
status | enum | no | read close |
close
DescriptionThis is the status of the hosted checkout. Possible values are:
Please see Statuses for a full overview of possible values. |
|||
Property | Type | Required | Details |
Response example
This scenario you will probably use the most
-
{ "createdPaymentOutput" : { "payment" : { "id" : "000000891566072501680000200001", "hostedCheckoutSpecificOutput" : { "hostedCheckoutId" : "dbcb004a-1eda-4e83-aa47-1656bcdc3e36", "variant" : "100" }, "paymentOutput" : { "amountOfMoney" : { "amount" : 2345, "currencyCode" : "USD" }, "references" : { "paymentReference" : "0" }, "paymentMethod" : "card", "cardPaymentMethodSpecificOutput" : { "paymentProductId" : 1, "authorisationCode" : "123456", "card" : { "cardNumber" : "************7977", "expiryDate" : "1299" }, "fraudResults" : { "avsResult" : "0", "cvvResult" : "M", "fraudServiceResult" : "no-advice" }, "threeDSecureResults" : { "authenticationAmount" : { "currencyCode" : "EUR", "amount" : 2345 } } } }, "status" : "PENDING_APPROVAL", "statusOutput" : { "isCancellable" : true, "statusCode" : 600, "statusCodeChangeDateTime" : "20140717145840", "isAuthorized" : true } }, "paymentCreationReferences" : { "additionalReference" : "00000089156607250168", "externalReference" : "000000891566072501680000200001" }, "tokens" : "" }, "status" : "PAYMENT_CREATED" }
Response 400 - Bad requestErrorResponse
Properties
|
|||
Property | Type | Required | Details |
---|---|---|---|
errorId | string | yes | read close |
close
DescriptionUnique reference, for debugging purposes, of this error response
|
|||
array of object | yes | read close | |
close
DescriptionList of one or more errors
|
|||
close
DescriptionCategory the error belongs to. The category should give an indication of the type of error you are dealing with.
Possible values:
|
|||
close
DescriptionError code
|
|||
close
DescriptionHTTP status code for this error that can be used to determine the type of error
|
|||
close
DescriptionID of the error. This is a short human-readable message that briefly describes the error.
|
|||
close
DescriptionHuman-readable error message that is not meant to be relayed to customer as it might tip off people who are trying to commit fraud
|
|||
close
DescriptionReturned only if the error relates to a value that was missing or incorrect.
Contains a location path to the value as a JSonata query. Some common examples:
|
|||
close
DescriptionID of the request that can be used for debugging purposes
|
|||
Property | Type | Required | Details |
Response example
This scenario you will probably use the most
-
{ "errorId" : "15eabcd5-30b3-479b-ae03-67bb351c07e6-00000092", "errors" : [ { "code" : "20000000", "propertyName" : "bankAccountBban.accountNumber", "message" : "PARAMETER_NOT_FOUND_IN_REQUEST" } ] }