v1
latestOpenAPI 3.1.02026-07-24540259.7 KBtransfers
The transfers query fetches all transfers for an organization with pagination control through the listFilter object. You can include some search terms (id, entity_id,organization_id,..etc) using search_terms string.
post/graphql (31 disregard)
Request body
Response
200
Example response
{
"data": {
"transfersPage": {
"items": [
{
"beneficiary": {
"id": "03bb2933-94bd-4336-8002-0b30585ceb5c"
},
"entity": {
"id": "f8825f22-0eec-41c5-bfc1-9ab62c0b7234"
},
"fee": "5.25",
"fee_usd": "5.00",
"original_fee": "5.25",
"source_amount": "25.54",
"source_currency": "USD",
"destination_amount": "98.00",
"destination_currency": "BRL",
"purpose_of_payment": "Rise Pay App Withdraw",
"rate": "5.123632",
"reference": "0x5a3ac5f2f466e87a400ad3221ffd9c6848d575933f4953054e41cb1e471fc772_2_1702474097502",
"created_date": "2023-12-13T13:28:18.057Z",
"expected_delivery_date": "2023-12-14T13:28:19.847Z",
"wallet": {
"id": "76fe4359-7b2b-4ca2-b0cb-08b0f68fe69e"
},
"payment_method": "local",
"id": "842cceca-5427-4666-a981-86c6f60b912d",
"state": "completed"
}
]
}
}
}