Basket

Create Stripe Object

When using Tickitto as the Merchant of Record, creates and returns an object containing the Stripe intent needed for the front-end to handle basket payment.

*Note: the account associated with the provided key must first be enabled for Stripe checkout before this request can succeed.

post/api/basket/stripe_object

Query parameters

basket_idstring required

Headers

X-Correlation-IDstring

Optional transaction reference provided by the client. Used to correlate API requests and responses with client flow in logs, errors etc.

Request body

first_namestring required

Customer's first name

last_namestring required

Customer's surname/family name

phone_numberstring required

Customer's phone number in E.164 format

emailstring email required

Customer's email; must be a valid email

currencystring

Customer's chosen currency

agent_pinstring

Agent identifier, currently only used for Intele

ip_locationstring

IP location of the customer

Response

Successful Response

stripe_payment_intentstring required
stripe_payment_intent_secretstring required

Changes