Settlement Transactions
List of transactions in a settlement
To make this request, send an authenticated request to the payout-transactions endpoint.
Get the transactions that make up a particular settlement
GET
https://api.oneappgo.com/v1/business/payout-transactions
Path Parameters
Name
Type
Description
payoutref*
String
Payout reference
Take a look at how you might do this:
curl --location --request GET 'https://api.oneappgo.com/v1/business/payout-transactions?payoutref=76BY14H704301C4R' \
--header 'Authorization: Bearer YOUR_SECRET_KEY'
Sample response
Last updated
Was this helpful?