Fetch a Transfer
attention
This API is available for Finix Flex and Finix Core customers.
curl https://finix.sandbox-payments-api.com/transfers/TRvtThmhZtk56z6dtCt8hUDR \
-H "Content-Type: application/vnd.json+api" \
-u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
Example Response:
{
"id" : "TRvtThmhZtk56z6dtCt8hUDR",
"amount" : 6031,
"tags" : {
"order_number" : "21DFASJSAKAS"
},
"state" : "PENDING",
"trace_id" : "fb3daad6-0f01-4133-a765-c1992c56df51",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : "PIk3AG7aUSCyNgYpDwCKkwDC",
"destination" : null,
"ready_to_settle_at" : null,
"externally_funded" : "UNKNOWN",
"fee" : 603,
"statement_descriptor" : "FNX*PETES COFFEE",
"type" : "DEBIT",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:37:08.65Z",
"updated_at" : "2022-01-27T07:37:09.06Z",
"idempotency_id" : null,
"merchant_identity" : "IDpYDM7J9n57q849o9E9yNrG",
"subtype" : "API",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvtThmhZtk56z6dtCt8hUDR"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvtThmhZtk56z6dtCt8hUDR/payment_instruments"
},
"reversals" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvtThmhZtk56z6dtCt8hUDR/reversals"
},
"fees" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvtThmhZtk56z6dtCt8hUDR/fees"
},
"disputes" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvtThmhZtk56z6dtCt8hUDR/disputes"
},
"source" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIk3AG7aUSCyNgYpDwCKkwDC"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}
HTTP Request
GET https://finix.sandbox-payments-api.com/transfers/:TRANSFER_ID
URL Parameters
Parameter |
Description |
---|---|
:TRANSFER_ID | ID of the Transfer |