AC0 Mode

Every time the bot completes a checkout, you will find the cart herearrow-up-right.

Field Descriptions

profile_id

A unique internal identifier used to distinguish different customer profiles or plans within the system. This value is defined by the platform and does not come from the customer directly.

Example: premium, vip, backup2


card_number

The full number of the customer’s payment card. It typically consists of 16 digits for Visa and Mastercard cards.

Example: 4111111111111111


expiry_date

The expiration date of the payment card. It must be provided in MM/YY format.

Example: 12/28 (December 2028)


cvv

The card verification value (security code) used to confirm that the card is in the cardholder’s possession.

  • 3 digits for Visa and Mastercard

Example: 111


name

The full name of the cardholder, exactly as it appears on the payment card.

Example: John Smith


address_line1

The primary billing address associated with the card, including street name and number.

Example: 78 Kings Cross


city

The city associated with the billing address.

Example: Edinburgh


postal_code

The postal or ZIP code of the billing address. The format varies depending on the country.

Example (UK): EH1 3AD


country_code

The two-letter country code of the billing address, following the ISO 3166-1 alpha-2 standard.

Examples:

  • GB – United Kingdom

  • ES – Spain


phone_number

The customer’s contact phone number, preferably including the international dialing code.

Example: 447654321098 (44 = United Kingdom)


email

The customer’s email address, used for communication, billing notifications, and account-related messages.

Example: [email protected]

Last updated