Retrieve a stablecoin inbound payment beta

Returns the details of a given stablecoin inbound payment from the payment id.

SecurityCommonAuth
Request
path Parameters
id
required
string <uuid>
Example: e9293471-5eb3-4dbc-916c-dbaf9e2deefd
query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
string or Array of strings

Controls which optional properties should be attached to the response.

Value: "link"
Example: include=link
Responses
200

OK

get/stablecoins/payments/{id}
Request samples
Response samples
application/json
{
  • "id": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
  • "accountId": "F50091",
  • "budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
  • "status": "PENDING",
  • "remitterId": "a1111111-2222-3333-4444-555555555555",
  • "amount": 100,
  • "displayName": "Invoice #12345",
  • "sourceCurrencyCode": "USDC",
  • "destinationCurrencyCode": "USD",
  • "link": {},
  • "expiresAt": "2025-01-30T08:30:00.000Z",
  • "createdBy": "John Smith",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z"
}