Skip to content
Get started

Experiences

Let an agent pay on a customer’s behalf with a single-use virtual card. Connect a customer once, then create a payment — a virtual card is minted scoped to that purchase and the card details are handed back for checkout.

List experiences you can invoke
client.Experiences.List(ctx) (*ExperienceListResponse, error)
GET/v3/experiences
Get one experience
client.Experiences.Get(ctx, experience) (*ExperienceGetResponse, error)
GET/v3/experiences/{experience}