Retrieves the status of a payment by its ID. Returns a polling delay to wait before checking the status again.
Payment ID
"pay_7fa2ecc101ARZ3NDEKTSV4RRFFQ69G5FAV"
Maximum time to long-poll for payment status, in milliseconds.
x >= 0Payment status retrieved successfully
True if the payment is in a final state and no longer requires polling
Payment status
requires_action, processing, succeeded, failed, expired, cancelled Payment information (transaction hash, amount). Present when status is Succeeded, null otherwise.
{
"optionAmount": {
"display": {
"assetName": "USD Coin",
"assetSymbol": "USDC",
"decimals": 6,
"iconUrl": "https://assets.walletconnect.com/usdc.png",
"networkIconUrl": "https://assets.walletconnect.com/base.png",
"networkName": "Base"
},
"unit": "caip19/eip155:8453/erc20:0x0000000000000000000000000000000000000000",
"value": "1000000"
},
"txId": "0xabc123..."
}Time to poll for payment status, in milliseconds. Not present if the payment is in a final state.
x >= 0