Credit a FinancialAddress object v2Test helper
Simulate crediting a FinancialAddress in a Sandbox environment. This can be used to add virtual funds and increase your balance for testing.
Learn more about calling API v2 endpoints.Parameters
- amountobjectRequired
Object containing the amount value and currency to credit.
- amount.
currencystringRequired A lowercase alpha3 currency code like “usd”.
- amount.
valueintegerRequired In minor units like 123 for 1.23 USD.
- idstringRequired
The ID of the FinancialAddress to credit.
- networkenumRequired
The network to use in simulating the funds flow. This will be the reflected in the resulting ReceivedCredit.
Possible enum valuesachUS - The Automated Clearing House (ACH) money movement.
fpsUK - Faster Payments System (FPS) money movement.
rtpUS - Real-Time Payments (RTP) money movement.
wireA wire transfer money movement.
- statement_
descriptorstring String explaining funds flow. Use this field to populate the statement descriptor of the ReceivedCredit created as an eventual result of this simulation.
Returns
Response attributes
- objectstring, value is "financial_address_credit_simulation"
String representing the object’s type. Objects of the same type share the same value of the object field.
- livemodeboolean
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - statusstring
The status of the request, signifying whether a simulated credit was initiated.
The resource wasn’t found.
An idempotent retry occurred with different request parameters.
{ "object": "financial_address_credit_simulation", "status": "accepted"}- Need help? Contact Support.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.
- Powered by Markdoc