Fetch a Split Transfer
Fetch a Split Transfer that was created from a split transaction.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
A single Split Transfer
The ID of the resource.
Timestamp of when the object was created.
Timestamp of when the object was last updated.
The total amount that will be debited in cents (e.g. 100 cents to debit $1.00).
The minimum amount of the Transfer you'd like to collect as your fee in cents. Defaults to zero (must be less than or equal to the amount).
- If the fees applied by the 'Fee Profile' are higher than the value passed in 'fee', 'fee' will not be applied and have no effect.
- If the fees applied by the 'Fee Profile' are lower than the value passed in 'fee', an additional fee is be applied, in addition to the fees generated by the Fee Profile.
- The additional fee is equal to the difference between the value passed in 'fee' and the fees generated by the Fee Profile.
ISO 4217 3-letter currency code.
The ID of the original parent Transfer that was split.
The timestamp of when the Transfer is ready to be settled.
The type of Split Transfer.
- DEBIT: Standard Split Transfer from a split transaction where the parent Transfer debits the buyer's card.
- DISPUTE_MERCHANT_DEBIT: A Split Transfer created when a Dispute pulls funds from merchants proportionally. Created when the parent adjustment transfer has type: DISPUTE and subtype: MERCHANT_DEBIT.
- DISPUTE_MERCHANT_CREDIT: A Split Transfer created when a Dispute is ruled in favor of the Merchant and funds are returned proportionally. Created when the parent adjustment Transfer has type: DISPUTE and subtype: MERCHANT_CREDIT.
The ID of the Merchant resource the Split Transfer was created for and will settle under.
The ID of Identity resource used by the Merchant the Split Transfer was created for.
The Fee Profile associated to this Split Transfer.
ID of the Application the resource was created under.
Include up to 50 key: value pairs to annotate requests with custom metadata.
- Maximum character length for individual keys is 40.
- Maximum character length for individual values is 500. (For example, order_number: 25, item_type: produce, department: sales)
Example response
{
"amount": 5000,
"parent_transfer_id": "TR7h8NxhCDHunLFdJ1HCLp4r"
}