Skip to main content
GET
Get Simulated Inbound Transfer Status

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

sender_name
string
required

Response

Successful Response

sender_name
string
required

The simulation's correlation token.

status
enum<string>
required

processing until the simulated transfer settles into a transaction; settled once it has.

Available options:
processing,
settled
transaction_id
string | null

The settled transaction's ID, as returned by the list transactions endpoint. Null while processing.

amount
string | null

The settled transaction's amount, in dollars. Null while processing.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$