Wallet API
stringstringstringstring
string · requiredstringstringstringstring
Service-to-service integration endpoints. Authenticated with a service access token.
Look up a user's wallet by email
POST
https://edge.preo.cloud
/api/wallet/service/customer/lookup
query Parameters
edition_idWhen set, the response arrays (purchases/orders/passes) are filtered to this edition.
includeComma-separated list of sections to include: user, purchases, orders, passes, centrifugo. Defaults to all.
order_statusIn-memory filter: keep only orders with this status.
purchase_statusIn-memory filter: keep only purchases with this status.
Look up a user's wallet by email › Responses
object · required
object[] · required
object[] · required
object[] · required
object · required
object · required
Look up a user's wallet by their ID
GET
https://edge.preo.cloud
/api/wallet/service/users/{user_id}
path Parameters
user_idquery Parameters
edition_idWhen set, the response arrays (purchases/orders/passes) are filtered to this edition.
includeComma-separated list of sections to include: user, purchases, orders, passes, centrifugo. Defaults to all.
order_statusIn-memory filter: keep only orders with this status.
purchase_statusIn-memory filter: keep only purchases with this status.
Look up a user's wallet by their ID › Responses
200
object · required
object[] · required
object[] · required
object[] · required
object · required
object · required

