Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

API Key for authentication

Headers

X-Grid-Environment
string
required

The environment you’re using. Can be sandbox or production.

Path Parameters

smart_account_address
string
required

The address of the smart account to get payment intents for

Query Parameters

type
enum<string>

Filter by payment rail type

Available options:
ach,
ach_push,
ach_same_day,
sepa,
swift,
wire,
arbitrum,
avalanche_c_chain,
base,
bridge_wallet,
ethereum,
optimism,
polygon,
solana,
stellar,
tron
status
enum<string>

Filter by transfer status

Available options:
awaiting_funds,
in_review,
funds_received,
payment_submitted,
payment_processed,
canceled,
error,
undeliverable,
returned,
refunded
currency
enum<string>

Filter by currency

Available options:
usd,
eur,
mxn,
usdc,
usdt,
usdb,
dai,
pyusd,
eurc
start_date
string

Filter by start date

end_date
string

Filter by end date

tx_hash
string

Filter by transaction hash

limit
integer<int32>

Limit the number of results (max 100, default 10)

Required range: x >= 0
cursor
string

Pagination cursor

Response

Successfully retrieved payment intents

Bridge
object
required