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.
- 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"}Generates microdeposits for a FinancialAddress v2Test helper
Generates microdeposits for a FinancialAddress in a Sandbox environment.
Learn more about calling API v2 endpoints.Parameters
- idstringRequired
The id of the financial address to generate microdeposits for.
Returns
Response attributes
- objectstring, value is "financial_address_generated_microdeposits"
String representing the object’s type. Objects of the same type share the same value of the object field.
- amountsarray of objects
The amounts of the microdeposits that were generated.
- livemodeboolean
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - statusenum
The status of the request.
Possible enum valuesacceptedThe microdeposits were successfully generated.
The resource wasn’t found.
An idempotent retry occurred with different request parameters.
{ "object": "financial_address_generated_microdeposits", "amounts": [ { "value": 24, "currency": "usd" }, { "value": 46, "currency": "usd" } ], "status": "accepted"}This is a list of all public thin events we currently send for updates to FinancialAddress, which are continually evolving and expanding. The payload of thin events is unversioned. During processing, you must fetch the versioned event from the API or fetch the resource’s current state.