Get list of FundsSplits
GET {{url}}/api/v1/pa/funds_splits
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page_number | null | Page number starting from 0 | |
page_size | null | Number of Fund Splits to be listed per page | |
source_id | null | ID of which source this split would be created from. Currently only payment_intent_id is supported. | |
source_type | null | Type of the source for this split. Currently only PAYMENT_INTENT is supported |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |