v1
latestOpenAPI 3.0.32026-08-0658558.8 KBReports
Download a report
Download a transaction report. Download the report by applying the report-id from the List reports operation as a path parameter.
Note: Depending on the reportId you specified, the returned report is either a Payment operations report or a Reconciliation report.
get/v1/reports/download/{report-id}
Path parameters
report-idstring uuid required
Example:497f6eca-6276-4993-bfeb-53cbbbba6f08
Unique identifier for a report. Get this report-id from the List reports operation.
Response
Returns the JSON record of the report specified in the path parameter
Example response
{
"ripplenet_payment_id": "70eccd4f-abcd-1234-a655-3aeddff19e4a",
"created_at": "2022-10-02T20:57:13.606Z",
"executed_at": "2022-10-02T20:57:20.62Z",
"sender_address": "new_york@rn.us.ny.new_york",
"sender_customer": "examplecorp_sf",
"sent_amount": 40,
"sent_currency": "USD",
"withdrawal_result_amount": 39.846668,
"receiver_address": "new_york@rn.us.ny.new_york",
"receiver_customer": "sf",
"received_amount": 39.45,
"received_currency": "PHP",
"fx_spot_rate": 58.70956379,
"source_exchange": "bitstamp",
"destination_exchange": "independentreserve",
"payment_method": "CSM_TH_THB",
"payment_state": "COMPLETED"
}