Skip to main content
GET
Get a Cash App order
The status of one Cash App order, including its payment url. Poll it after creating the order until it reaches a terminal state.

Authorizations

x-calm-publishable-key
string
header
required

Publishable key identifying the calling app.

Path Parameters

id
string<uuid>
required
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

wallet
string
required
Pattern: ^0x[a-fA-F0-9]{40}$

Response

The Cash App order.

created_at
string<date-time>
required
destination
object
required
fee
object
required
id
string<uuid>
required
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)$
source
object
required
status
enum<string>
required
Available options:
pending,
processing,
confirming,
swapping,
bridging,
awaiting_approval,
delivering,
completed,
failed,
refunding,
refunded,
unfulfilled,
expired
url
string
required