Get Simulated Inbound Transfer Status
⚠️ Sandbox & development only. Simulation endpoints are not available in production and return
404 Not Foundthere.
Checks whether a simulated inbound transfer has settled into a transaction yet. Pass the sender_name returned by Simulate Inbound Transfer. Returns processing until the transfer settles, and settled with the resulting transaction_id once it does.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Path Parameters
Response
Successful Response
The simulation's correlation token.
processing until the simulated transfer settles into a transaction; settled once it has.
processing, settled The settled transaction's ID, as returned by the list transactions endpoint. Null while processing.
The settled transaction's amount, in dollars. Null while processing.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$