Retrieve your direct debit payouts
Global Accounts with direct debit payouts capability allow you to authorize payouts from your Wallet. This page describes how you can retrieve transaction details for direct debit payouts.
Retrieve all direct debit payouts
You can retrieve direct debit payouts across all your Global Accounts using Get a list of direct debits API. Specify the time period (from_created_date
, to_created_date
) and the pagination parameters (page_num
, page_size
) to refine the results. If the time period is left unspecified or only the end date is specified, then direct debit payouts 30 days in arrears of today of the end date will be returned.
Example request
If you are registered as a Scale platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of
header.
Example response
Retrieve details of a direct debit payout
If you want to retrieve details of a specific direct debit payout, call Get direct debit by ID API by specifying the unique Identifier for direct debit transaction (transaction_id
) in the endpoint URL. You can retrieve the transaction_id
from Get a list of direct debits API.
Example request
If you are registered as a Scale platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of
header.