List all Transfers
attention
This API is available for Finix Flex and Finix Core customers.
curl https://finix.sandbox-payments-api.com/transfers \
-H "Content-Type: application/vnd.json+api" \
-u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
Example Response:
{
"_embedded" : {
"transfers" : [ {
"id" : "TRw3CehA6srbKvS3SRDXUqNo",
"amount" : 100,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "d1c83b39-acd4-418c-ac85-ac1d0d122dd2",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:14.04Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "ACH_FIXED",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:13.91Z",
"updated_at" : "2022-01-27T07:38:13.99Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRw3CehA6srbKvS3SRDXUqNo"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRw3CehA6srbKvS3SRDXUqNo/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvmc3WPUDf2EjPzi8fN8cku"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TR2VqTZ4ZUMQGkMqdBTJnQWL",
"amount" : 30,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "856f6dbe-4f64-424b-9354-25a8fc40c398",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:11.72Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_FIXED",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:11.52Z",
"updated_at" : "2022-01-27T07:38:11.62Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TR2VqTZ4ZUMQGkMqdBTJnQWL"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TR2VqTZ4ZUMQGkMqdBTJnQWL/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvKLgrx3uMvkcDup74wFqyY"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRnPC9aGzB9XF9JuwJaHigvU",
"amount" : 29,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "0125b05c-7d95-4949-80dc-a403516b6996",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:11.72Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_BASIS_POINTS",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:11.17Z",
"updated_at" : "2022-01-27T07:38:11.32Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRnPC9aGzB9XF9JuwJaHigvU"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRnPC9aGzB9XF9JuwJaHigvU/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvKLgrx3uMvkcDup74wFqyY"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRcMVtzekuwTqTB94oLAeofh",
"amount" : 30,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "e2a0935a-97cb-46a2-9788-165a53f06bc3",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:09.71Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_FIXED",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:09.41Z",
"updated_at" : "2022-01-27T07:38:09.61Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRcMVtzekuwTqTB94oLAeofh"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRcMVtzekuwTqTB94oLAeofh/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvypRNBeqM597Zi4DcqJ2Vh"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRnQthVWgiDF94UyLaEHP6mc",
"amount" : 19202,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "ff860b9b-1023-4d55-8c9b-6094bd0dc17d",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:09.71Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_BASIS_POINTS",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:08.90Z",
"updated_at" : "2022-01-27T07:38:09.11Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRnQthVWgiDF94UyLaEHP6mc"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRnQthVWgiDF94UyLaEHP6mc/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvypRNBeqM597Zi4DcqJ2Vh"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TR6z2XCrwNxBMSJH9jBDUZxr",
"amount" : 30,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "8d4546ba-2c60-467e-b318-6ba8d4a80274",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:06.90Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_FIXED",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:06.64Z",
"updated_at" : "2022-01-27T07:38:06.80Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TR6z2XCrwNxBMSJH9jBDUZxr"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TR6z2XCrwNxBMSJH9jBDUZxr/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvQewcHG2szqDXQmAyE8cZP"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TR8JuJLheHAPi8ZbJwYB6xKw",
"amount" : 29,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "8a975f84-27f1-4f36-9484-0b5517a1daed",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:06.90Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_BASIS_POINTS",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:06.25Z",
"updated_at" : "2022-01-27T07:38:06.41Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TR8JuJLheHAPi8ZbJwYB6xKw"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TR8JuJLheHAPi8ZbJwYB6xKw/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvQewcHG2szqDXQmAyE8cZP"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRkrXz9QYpqXgN2bfjKsJJWf",
"amount" : 30,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "66c0075e-6fca-4ae0-8ba4-c1c78a0e0c04",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:04.82Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_FIXED",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:04.65Z",
"updated_at" : "2022-01-27T07:38:04.74Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRkrXz9QYpqXgN2bfjKsJJWf"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRkrXz9QYpqXgN2bfjKsJJWf/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvG5YvLrSRr1dcVnmyg7aJs"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRpDuXM2dFYNwfQ3mjx5yGCG",
"amount" : 29,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "b8a3c5ed-acb1-42f8-b01e-2d37b741c19e",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:04.82Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_BASIS_POINTS",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:04.34Z",
"updated_at" : "2022-01-27T07:38:04.46Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRpDuXM2dFYNwfQ3mjx5yGCG"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRpDuXM2dFYNwfQ3mjx5yGCG/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvG5YvLrSRr1dcVnmyg7aJs"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRtY35FkqXBkF1fiEMeAC4yc",
"amount" : 30,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "94d3c15b-7d49-42cd-b637-1bc51f2d3d20",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:02.43Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_FIXED",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:02.28Z",
"updated_at" : "2022-01-27T07:38:02.37Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRtY35FkqXBkF1fiEMeAC4yc"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRtY35FkqXBkF1fiEMeAC4yc/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRbew5P8bkL3yxz6a6FzfVia"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRbJxU74V8CB16SAjVTsTd9M",
"amount" : 3,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "710ed6ed-5b6a-454e-89fc-c3fd78d49d43",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:02.43Z",
"externally_funded" : "FALSE",
"fee" : 0,
"statement_descriptor" : null,
"type" : "FEE",
"fee_type" : "CARD_BASIS_POINTS",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:38:02.00Z",
"updated_at" : "2022-01-27T07:38:02.11Z",
"idempotency_id" : null,
"merchant_identity" : "IDddHpRqwf2VsH2XB1fmLfhM",
"subtype" : "PLATFORM_FEE",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRbJxU74V8CB16SAjVTsTd9M"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDddHpRqwf2VsH2XB1fmLfhM"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRbJxU74V8CB16SAjVTsTd9M/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRbew5P8bkL3yxz6a6FzfVia"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRsBcF8LjV1UaK5vXY6pFHmG",
"amount" : 100,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "b9e38593-da27-49e7-b948-f6c1d59d5e7e",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : "PIe2YvpcjvoVJ6PzoRPBK137",
"destination" : null,
"ready_to_settle_at" : null,
"externally_funded" : "UNKNOWN",
"fee" : 10,
"statement_descriptor" : "FNX*PETES COFFEE",
"type" : "DEBIT",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:37:25.47Z",
"updated_at" : "2022-01-27T07:38:01.62Z",
"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/TRsBcF8LjV1UaK5vXY6pFHmG"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRsBcF8LjV1UaK5vXY6pFHmG/payment_instruments"
},
"reversals" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRsBcF8LjV1UaK5vXY6pFHmG/reversals"
},
"fees" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRsBcF8LjV1UaK5vXY6pFHmG/fees"
},
"disputes" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRsBcF8LjV1UaK5vXY6pFHmG/disputes"
},
"source" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRbew5P8bkL3yxz6a6FzfVia",
"amount" : 100,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "ab81e66c-dd65-438b-a1dc-6d580b36233c",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : "PIe2YvpcjvoVJ6PzoRPBK137",
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:02.40Z",
"externally_funded" : "UNKNOWN",
"fee" : 10,
"statement_descriptor" : "FNX*DUNDER MIFFLIN",
"type" : "DEBIT",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:37:23.38Z",
"updated_at" : "2022-01-27T07:38:01.84Z",
"idempotency_id" : null,
"merchant_identity" : "IDuqZpDw28f2KK6YuDk4jNLg",
"subtype" : "API",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRbew5P8bkL3yxz6a6FzfVia"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDuqZpDw28f2KK6YuDk4jNLg"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRbew5P8bkL3yxz6a6FzfVia/payment_instruments"
},
"reversals" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRbew5P8bkL3yxz6a6FzfVia/reversals"
},
"fees" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRbew5P8bkL3yxz6a6FzfVia/fees"
},
"disputes" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRbew5P8bkL3yxz6a6FzfVia/disputes"
},
"source" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRmmwmmY4eBNYnLv4AstgmQY",
"amount" : 100,
"tags" : { },
"state" : "SUCCEEDED",
"trace_id" : "4af824ab-17bd-46ef-9114-c7d1b89e6efd",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : null,
"destination" : "PIe2YvpcjvoVJ6PzoRPBK137",
"ready_to_settle_at" : null,
"externally_funded" : "UNKNOWN",
"fee" : 0,
"statement_descriptor" : "FNX*PETES COFFEE",
"type" : "REVERSAL",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:37:16.98Z",
"updated_at" : "2022-01-27T07:37:17.18Z",
"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/TRmmwmmY4eBNYnLv4AstgmQY"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRmmwmmY4eBNYnLv4AstgmQY/payment_instruments"
},
"parent" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRw1NkyrSmaRgDW3qiFv4AJD"
},
"destination" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRw1NkyrSmaRgDW3qiFv4AJD",
"amount" : 100,
"tags" : {
"order_number" : "21DFASJSAKAS"
},
"state" : "CANCELED",
"trace_id" : "a0d8e38b-18d1-4079-8905-7e79f9c736e7",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : "PIe2YvpcjvoVJ6PzoRPBK137",
"destination" : null,
"ready_to_settle_at" : null,
"externally_funded" : "UNKNOWN",
"fee" : 10,
"statement_descriptor" : "FNX*PETES COFFEE",
"type" : "DEBIT",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:37:15.89Z",
"updated_at" : "2022-01-27T07:37:16.96Z",
"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/TRw1NkyrSmaRgDW3qiFv4AJD"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDpYDM7J9n57q849o9E9yNrG"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRw1NkyrSmaRgDW3qiFv4AJD/payment_instruments"
},
"reversals" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRw1NkyrSmaRgDW3qiFv4AJD/reversals"
},
"fees" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRw1NkyrSmaRgDW3qiFv4AJD/fees"
},
"disputes" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRw1NkyrSmaRgDW3qiFv4AJD/disputes"
},
"source" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRvQewcHG2szqDXQmAyE8cZP",
"amount" : 1000,
"tags" : {
"test" : "sale"
},
"state" : "SUCCEEDED",
"trace_id" : "9d574e68-b3cb-4f28-a581-77345470facd",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : "PIe2YvpcjvoVJ6PzoRPBK137",
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:06.82Z",
"externally_funded" : "UNKNOWN",
"fee" : 0,
"statement_descriptor" : "FNX*DUNDER MIFFLIN",
"type" : "DEBIT",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:37:13.41Z",
"updated_at" : "2022-01-27T07:38:05.97Z",
"idempotency_id" : null,
"merchant_identity" : "IDuqZpDw28f2KK6YuDk4jNLg",
"subtype" : "API",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvQewcHG2szqDXQmAyE8cZP"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDuqZpDw28f2KK6YuDk4jNLg"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvQewcHG2szqDXQmAyE8cZP/payment_instruments"
},
"reversals" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvQewcHG2szqDXQmAyE8cZP/reversals"
},
"fees" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvQewcHG2szqDXQmAyE8cZP/fees"
},
"disputes" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvQewcHG2szqDXQmAyE8cZP/disputes"
},
"source" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRvKLgrx3uMvkcDup74wFqyY",
"amount" : 1000,
"tags" : {
"test" : "sale"
},
"state" : "SUCCEEDED",
"trace_id" : "2c9baf47-835d-439d-82fa-24ea140bac25",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : "PIe2YvpcjvoVJ6PzoRPBK137",
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:11.66Z",
"externally_funded" : "UNKNOWN",
"fee" : 0,
"statement_descriptor" : "FNX*DUNDER MIFFLIN",
"type" : "DEBIT",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:37:12.37Z",
"updated_at" : "2022-01-27T07:38:10.92Z",
"idempotency_id" : null,
"merchant_identity" : "IDuqZpDw28f2KK6YuDk4jNLg",
"subtype" : "API",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvKLgrx3uMvkcDup74wFqyY"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDuqZpDw28f2KK6YuDk4jNLg"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvKLgrx3uMvkcDup74wFqyY/payment_instruments"
},
"reversals" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvKLgrx3uMvkcDup74wFqyY/reversals"
},
"fees" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvKLgrx3uMvkcDup74wFqyY/fees"
},
"disputes" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvKLgrx3uMvkcDup74wFqyY/disputes"
},
"source" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRvG5YvLrSRr1dcVnmyg7aJs",
"amount" : 1000,
"tags" : {
"test" : "sale"
},
"state" : "SUCCEEDED",
"trace_id" : "a824fdf6-88cb-417f-9f74-2a522dfd9774",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : "PIe2YvpcjvoVJ6PzoRPBK137",
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:04.78Z",
"externally_funded" : "UNKNOWN",
"fee" : 0,
"statement_descriptor" : "FNX*DUNDER MIFFLIN",
"type" : "DEBIT",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:37:11.51Z",
"updated_at" : "2022-01-27T07:38:04.12Z",
"idempotency_id" : null,
"merchant_identity" : "IDuqZpDw28f2KK6YuDk4jNLg",
"subtype" : "API",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvG5YvLrSRr1dcVnmyg7aJs"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDuqZpDw28f2KK6YuDk4jNLg"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvG5YvLrSRr1dcVnmyg7aJs/payment_instruments"
},
"reversals" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvG5YvLrSRr1dcVnmyg7aJs/reversals"
},
"fees" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvG5YvLrSRr1dcVnmyg7aJs/fees"
},
"disputes" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvG5YvLrSRr1dcVnmyg7aJs/disputes"
},
"source" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRvypRNBeqM597Zi4DcqJ2Vh",
"amount" : 662154,
"tags" : {
"test" : "sale"
},
"state" : "SUCCEEDED",
"trace_id" : "61646f46-f3fb-4fba-baae-a875a8bdce72",
"currency" : "USD",
"application" : "APgPDQrLD52TYvqazjHJJchM",
"source" : "PIe2YvpcjvoVJ6PzoRPBK137",
"destination" : null,
"ready_to_settle_at" : "2022-01-27T07:38:09.66Z",
"externally_funded" : "UNKNOWN",
"fee" : 0,
"statement_descriptor" : "FNX*DUNDER MIFFLIN",
"type" : "DEBIT",
"messages" : [ ],
"raw" : null,
"created_at" : "2022-01-27T07:37:09.71Z",
"updated_at" : "2022-01-27T07:38:08.60Z",
"idempotency_id" : null,
"merchant_identity" : "IDuqZpDw28f2KK6YuDk4jNLg",
"subtype" : "API",
"_links" : {
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvypRNBeqM597Zi4DcqJ2Vh"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDuqZpDw28f2KK6YuDk4jNLg"
},
"payment_instruments" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvypRNBeqM597Zi4DcqJ2Vh/payment_instruments"
},
"reversals" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvypRNBeqM597Zi4DcqJ2Vh/reversals"
},
"fees" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvypRNBeqM597Zi4DcqJ2Vh/fees"
},
"disputes" : {
"href" : "https://finix.sandbox-payments-api.com/transfers/TRvypRNBeqM597Zi4DcqJ2Vh/disputes"
},
"source" : {
"href" : "https://finix.sandbox-payments-api.com/payment_instruments/PIe2YvpcjvoVJ6PzoRPBK137"
},
"fee_profile" : {
"href" : "https://finix.sandbox-payments-api.com/fee_profiles/FPbDSnEPtaT8Nttxj9NJk7eC"
}
}
}, {
"id" : "TRvtThmhZtk56z6dtCt8hUDR",
"amount" : 6031,
"tags" : {
"order_number" : "21DFASJSAKAS"
},
"state" : "SUCCEEDED",
"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:38:13.60Z",
"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"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/transfers?offset=0&limit=20&sort=created_at,desc&sort=id,desc"
},
"next" : {
"href" : "https://finix.sandbox-payments-api.com/transfers?offset=20&limit=20&sort=created_at,desc&sort=id,desc"
},
"last" : {
"href" : "https://finix.sandbox-payments-api.com/transfers?offset=20&limit=20&sort=created_at,desc&sort=id,desc"
}
},
"page" : {
"offset" : 0,
"limit" : 20,
"count" : 22
}
}
HTTP Request
GET https://finix.sandbox-payments-api.com/transfers