Skip to content

Commit

Permalink
settlement accounts update for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed Mar 1, 2024
1 parent 47c6e55 commit 8a15ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-reference/endpoints/payment-page/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ api: 'POST /v2/payment-pages'
The date and time the payment page should expire. If not provided, the payment page will never expire.
</ParamField>

<ParamField body="settlementAccountId" type="string">
The Settlement Account ID that payments received should go into. If no value is specified, the default business settlement account is used.
<ParamField body="settlementAccounts" type="array">
The Settlement Account IDs that payments received should go into. Multiple settlement account ids can be added alongside the amount to be settled. The key for each array index should be: settlementAccountId (for the subaccount id) and splitAmount (for the amount)
</ParamField>

<ParamField body="additionalFields" type="array">
Expand Down

0 comments on commit 8a15ed4

Please sign in to comment.