Card
Get a card order
Return the status of a single card order.
GET
Get card order
The state of one card order. Poll it after checkout until the order reaches a
terminal state.
An order opens at
payment_pending and stays there until the first callback
from the payment rail.
An order never moves between the two terminal states.
Authorizations
Publishable key identifying the calling app.
Path Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Query Parameters
Pattern:
^0x[a-fA-F0-9]{40}$Response
The card order.
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$payment_pending until the first provider callback, then the status it carries. Poll until order_broadcasted or order_cancelled.
Available options:
payment_pending, order_completed, order_broadcasted, order_cancelled