Get a Transaction's Funding Instructions

Fetch the funding instructions provided at the time of the transaction, specifically for transactions involving split funding.

The Get a Transaction's Funding Instructions endpoint allows you to fetch the funding instructions provided at the time of the transaction, specifically for transactions involving Split Funding. This includes details on how the transaction's funds are allocated to multiple bank accounts.

Key Features

  • Retrieve funding allocations for a transaction.
  • Understand how funds are distributed among multiple accounts.
  • Access Split Funding details for auditing and reconciliation.

Usage Notes

Feature Enrollment: Ensure that your merchant account is enrolled in the Split Funding feature.

Valid Transaction ID: Only transactions that were processed with funding instructions will return meaningful data.

Response Data: The response includes funding allocation details such as account IDs, amounts allocated, and any associated metadata.


Response Structure

CodeResponseReason
200SuccessReturns an object containing the funding instructions: allocations (array), total_amount, transaction_id
400Bad RequestInvalid transaction ID format.
401UnauthorizedAuthentication failed.
403ForbiddenSplit Funding feature not enabled.
404Not FoundTransaction ID does not exist or has no funding instructions.
500Internal Server ErrorAn unexpected error occurred on the server.

Important Considerations

Data Security: Handle funding instructions securely to protect sensitive financial information.

Reconciliation: Use funding instructions to reconcile payouts and ensure accurate distribution of funds.

Compliance: Ensure compliance with any financial regulations regarding fund allocations and transfers.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!