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_7i2gxncPcfkN5rJwuhrb3q" \ -H "Finix-Version: 2022-02-01" \ -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
{- "id": "split_transfer_7i2gxncPcfkN5rJwuhrb3q",
- "created_at": "2023-07-19T02:30:17.10Z",
- "updated_at": "2023-07-19T02:30:17.10Z",
- "amount": 600,
- "fee": 0,
- "currency": "USD",
- "parent_transfer_id": "TR7h8NxhCDHunLFdJ1HCLp4r",
- "ready_to_settle_at": "2023-07-19T02:30:18.04Z",
- "type": "DEBIT",
- "merchant_id": "MU4jpoNGRkAyjBxumZhGa6Hc",
- "identity_id": "IDhCtMvcteDx37eD9m4rmdKd",
- "fee_profile_id": "FPbDSnEPtaT8Nttxj9NJk7eC",
- "application_id": "APgPDQrLD52TYvqazjHJJchM",
- "tags": {
- "key": "value"
}
}
Fetch the fees associated with a split_transfer
.
For more information, see Split a Transaction.
List of Transfer objects
Authentication information is missing or invalid
Forbidden
Object does not exist
Not Acceptable
curl "https://finix.sandbox-payments-api.com/split_transfers/split_transfer_7i2gxncPcfkN5rJwuhrb3q/fees" \ -H "Finix-Version: 2022-02-01" \ -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
{- "_embedded": {
- "transfers": [
- {
- "id": "TRbkjYx4nJLRAJpRjib3wsg1",
- "created_at": "2024-12-04T08:52:00.54Z",
- "updated_at": "2024-12-04T08:52:00.54Z",
- "additional_buyer_charges": null,
- "additional_healthcare_data": null,
- "additional_purchase_data": null,
- "address_verification": null,
- "amount": 30,
- "amount_requested": 30,
- "application": "APc9vhYcPsRuTSpKD9KpMtPe",
- "currency": "USD",
- "destination": null,
- "externally_funded": "FALSE",
- "failure_code": null,
- "failure_message": null,
- "fee": 0,
- "fee_type": "CARD_FIXED",
- "idempotency_id": null,
- "merchant": "MU7noQ1wdgdAeAfymw2rfBMq",
- "merchant_identity": "IDjvxGeXBLKH1V9YnWm1CS4n",
- "messages": [ ],
- "operation_key": null,
- "parent_transfer": "TRnErBfrHLgdAi3BqAkWLN27",
- "parent_transfer_trace_id": "27aad359-b747-4159-9f01-bcaa77245d71",
- "raw": null,
- "ready_to_settle_at": "2024-12-05T08:52:00.81Z",
- "receipt_last_printed_at": null,
- "security_code_verification": null,
- "source": null,
- "split_transfers": [ ],
- "state": "SUCCEEDED",
- "statement_descriptor": null,
- "subtype": "PLATFORM_FEE",
- "tags": { },
- "tip_amount": null,
- "trace_id": "60a62814-abe1-4b6c-94c9-86ec816f95dc",
- "type": "FEE",
- "_links": {
- "application": {
}, - "merchant_identity": {
}, - "payment_instruments": {
}, - "fee_profile": {
}
}
}, - {
- "id": "TRnErBfrHLgdAi3BqAkWLN27",
- "created_at": "2024-12-04T08:51:43.86Z",
- "updated_at": "2024-12-23T10:07:17.01Z",
- "additional_buyer_charges": null,
- "additional_healthcare_data": null,
- "additional_purchase_data": null,
- "address_verification": null,
- "amount": 100,
- "amount_requested": 100,
- "application": "APc9vhYcPsRuTSpKD9KpMtPe",
- "currency": "USD",
- "destination": null,
- "externally_funded": "FALSE",
- "failure_code": null,
- "failure_message": null,
- "fee": 0,
- "idempotency_id": null,
- "merchant": "MU7noQ1wdgdAeAfymw2rfBMq",
- "merchant_identity": "IDjvxGeXBLKH1V9YnWm1CS4n",
- "messages": [ ],
- "operation_key": "CARD_NOT_PRESENT_CAPTURE",
- "parent_transfer": null,
- "parent_transfer_trace_id": null,
- "raw": null,
- "ready_to_settle_at": "2024-12-05T08:52:00.81Z",
- "receipt_last_printed_at": null,
- "security_code_verification": null,
- "source": "PIkxmtueemLD6dN9ZoWGHT44",
- "split_transfers": [ ],
- "state": "SUCCEEDED",
- "statement_descriptor": "FLX*FLEX",
- "subtype": "API",
- "tags": {
- "test": "sale"
}, - "tip_amount": null,
- "trace_id": "27aad359-b747-4159-9f01-bcaa77245d71",
- "type": "DEBIT",
- "_links": {
- "application": {
}, - "merchant_identity": {
}, - "payment_instruments": {
}, - "reversals": {
}, - "disputes": {
}, - "source": {
}, - "fee_profile": {
}
}
}
]
}, - "_links": {
}, - "page": {
- "limit": 100,
- "next_cursor": "TRnErBfrHLgdAi3BqAkWLN27"
}
}