Transfers
can be split among several different Merchants.
A split_transfer
represents how the funds from a split Transfer
were distributed into a Merchants
Settlement
.
Related Guides: Making a Payment, Split a Transaction
Fetch a split_transfer
that was created from a split transaction.
For more information, see Split a Transaction.
The split_transfer
resource that was created from a split transacion.
Authentication information is missing or invalid
Forbidden
Object does not exist
Not Acceptable
curl "https://finix.sandbox-payments-api.com/split_transfers/split_transfer_duVsX6CRTjZah9eKWCKRak" \ -H "Finix-Version: 2022-02-01" \ -u USfdccsr1Z5iVbXDyYt7hjZZ:313636f3-fac2-45a7-bff7-a334b93e7bda
{- "id": "split_transfer_duVsX6CRTjZah9eKWCKRak",
- "created_at": "2024-12-20T08:42:50.21Z",
- "updated_at": "2024-12-20T08:42:50.21Z",
- "amount": 400,
- "application_id": "APc9vhYcPsRuTSpKD9KpMtPe",
- "currency": "USD",
- "fee": 100,
- "fee_profile_id": "FPmtT4MYmiAs1qjLjneQmk4d",
- "identity_id": "IDjvxGeXBLKH1V9YnWm1CS4n",
- "merchant_id": "MU7noQ1wdgdAeAfymw2rfBMq",
- "parent_transfer_id": "TRduovg23noL72QBjpDNiiK8",
- "ready_to_settle_at": "2024-12-23T08:43:03.05Z",
- "tags": { },
- "type": "DEBIT",
- "_links": {
}
}
Fetch the fees associated with a split_transfer
.
For more information, see Split a Transaction.
List of fees belonging to a Split Transfer
.
Authentication information is missing or invalid
Forbidden
Object does not exist
Not Acceptable
curl "https://finix.sandbox-payments-api.com/split_transfers/split_transfer_duVsX6CRTjZah9eKWCKRak/fees" \ -H "Finix-Version: 2022-02-01" \ -u USfdccsr1Z5iVbXDyYt7hjZZ:313636f3-fac2-45a7-bff7-a334b93e7bda
{- "_embedded": {
- "transfers": [
- {
- "id": "TRf75ZVCM1M4eVojmVYGUnuQ",
- "created_at": "2023-07-19T02:30:17.43Z",
- "updated_at": "2023-07-19T02:30:17.43Z",
- "additional_buyer_charges": null,
- "additional_healthcare_data": null,
- "address_verification": null,
- "amount": 30,
- "amount_requested": 30,
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "currency": "USD",
- "destination": null,
- "externally_funded": "FALSE",
- "failure_code": null,
- "failure_message": null,
- "fee": 0,
- "fee_type": "CARD_FIXED",
- "idempotency_id": null,
- "merchant": "MU4jpoNGRkAyjBxumZhGa6Hc",
- "merchant_identity": "IDhCtMvcteDx37eD9m4rmdKd",
- "messages": [ ],
- "raw": null,
- "ready_to_settle_at": "2023-07-19T07:30:01.27Z",
- "receipt_last_printed_at": null,
- "security_code_verification": null,
- "source": null,
- "split_transfers": null,
- "state": "SUCCEEDED",
- "statement_descriptor": null,
- "subtype": "PLATFORM_FEE",
- "tags": { },
- "trace_id": "2c56f4f0-1f48-451c-9498-199daaff2e39",
- "type": "FEE",
- "_links": {
- "application": {
}, - "parent": {
}, - "merchant_identity": {
}, - "payment_instruments": {
}, - "fee_profile": {
}
}
}, - {
- "id": "TR4AyjeiKwML2rZ6fWyVaQST",
- "created_at": "2023-07-19T02:30:17.43Z",
- "updated_at": "2023-07-19T02:30:17.43Z",
- "additional_buyer_charges": null,
- "additional_healthcare_data": null,
- "address_verification": null,
- "amount": 17,
- "amount_requested": 17,
- "application": "APgPDQrLD52TYvqazjHJJchM",
- "currency": "USD",
- "destination": null,
- "externally_funded": "FALSE",
- "failure_code": null,
- "failure_message": null,
- "fee": 0,
- "fee_type": "CARD_BASIS_POINTS",
- "idempotency_id": null,
- "merchant": "MU4jpoNGRkAyjBxumZhGa6Hc",
- "merchant_identity": "IDhCtMvcteDx37eD9m4rmdKd",
- "messages": [ ],
- "raw": null,
- "ready_to_settle_at": "2023-07-19T07:30:01.27Z",
- "receipt_last_printed_at": null,
- "security_code_verification": null,
- "source": null,
- "split_transfers": null,
- "state": "SUCCEEDED",
- "statement_descriptor": null,
- "subtype": "PLATFORM_FEE",
- "tags": { },
- "trace_id": "48a6fa39-5639-4e2c-b316-fad2db170954",
- "type": "FEE",
- "_links": {
- "application": {
}, - "parent": {
}, - "merchant_identity": {
}, - "payment_instruments": {
}, - "fee_profile": {
}
}
}
]
}, - "_links": {
}, - "page": {
- "limit": 100,
- "next_cursor": "TR4AyjeiKwML2rZ6fWyVaQST"
}
}