Funding Events
Lookup a funding event
Retrieves the details of an existing funding event. Supply the unique funding event id, and Straddle will return the individual transaction items that make up the funding event.
get/v1/funding_events/{id}
Path parameters
idstring uuid required
Headers
Straddle-Account-Idstring uuid
For use by platforms to specify an account id and set scope of a request.
Request-Idstring
Optional client generated identifier to trace and debug a request.
Correlation-Idstring
Optional client generated identifier to trace and debug a series of requests.
Response
OK
Example response
{
"data": {
"amount": 100000,
"status_details": {
"message": "Bank account sucesfully validated"
}
}
}