Skip to main content
POST
Create a Cash App order
Opens the order and returns the Cash App payment url to send the buyer to. Poll Get a Cash App order for status once they have paid.

Authorizations

x-calm-publishable-key
string
header
required

Publishable key identifying the calling app.

Body

application/json
amount_usd
string
required
Pattern: ^\d+(\.\d{1,2})?$
destination_chain
enum<number>
required
Available options:
1,
8453,
999,
1337,
4326,
143,
137,
42161
destination_token
enum<string>
required
Available options:
USDC,
USDm,
AUSD,
USDC.e
wallet
string
required
Pattern: ^0x[a-fA-F0-9]{40}$

Response

The created 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