Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified source/images/payoutlimit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -2374,7 +2374,7 @@ Payout API allows you to make payment to any account bank registered in Malaysia

Payout API implements the same collection concept as per [API Flow](#api-flow). You will have collection that consists of multiple payout APIs.

Before proceeding further, you need to ensure that you have enough payout API limit to perform payout API. To increase payout API limit, navigate to payout API tab and you will notice the payout API Limit at the top.
Before proceeding further, you need to ensure that you have enough payout API balance to perform payout API. To increase payout API balance, navigate to payout API tab and you will notice the payout API balance at the top.

![Payout API Limit Interface Screenshot.](payoutlimit.png)

Expand Down Expand Up @@ -2490,7 +2490,7 @@ To make a payment transfer to another bank account, simply create a Payout API.
To create a Payout API, you would need the Payout API collection's ID. Each Payout API must be created within a Payout API Collection.

<aside class="warning">
It returns status code of 422 with message 'You do not have enough payments' if you are trying to make a payment with total that are exceeding your <strong>Payout API Limit</strong>.
It returns status code of 422 with message 'You do not have enough payments' if you are trying to make a payment with total that are exceeding your <strong>Payout API Balance</strong>.
</aside>

> Example request:
Expand Down Expand Up @@ -2611,7 +2611,7 @@ curl https://www.billplz.com/api/v4/mass_payment_instructions \
| status | Payout API status. It is either `processing` or `completed` or `refunded` or `cancelled`. |
| notification | Boolean value. Sender will receive email notification if this is `true`. |
| recipient_notification | Boolean value. Recipient will receive email notification if this is `true`. |
| total | Total amount transfer to the recipient. A positive integer in the smallest currency unit (e.g 100 cents to charge RM 1.00). <br><br>Depending on your plan, a fee might be charged from your credits when you successfully created a Payout API request;<br>while the total of each Payout API will be deducted from your Payout API limit. <br><br>Status code of `422` with `Bank account not verified` message will be returned if the matching bank account is pending for verification. <br><br>Status code of `422` with `Bank account rejected` message will be returned if the matching bank account is rejected. |
| total | Total amount transfer to the recipient. A positive integer in the smallest currency unit (e.g 100 cents to charge RM 1.00). <br><br>Depending on your plan, a fee might be charged from your credits when you successfully created a Payout API request;<br>while the total of each Payout API will be deducted from your Payout API balance. <br><br>Status code of `422` with `Bank account not verified` message will be returned if the matching bank account is pending for verification. <br><br>Status code of `422` with `Bank account rejected` message will be returned if the matching bank account is rejected. |
| reference_id | Payout API's reference ID. Useful for identification on recipient part.|
| callback_url | Callback URL for notifying the payout status change. The last POST constitute the final state of payout.|

Expand Down Expand Up @@ -3355,7 +3355,7 @@ To make a payment transfer to another bank account, simply create a Payout API.
To create a Payout API, you would need the Payout API collection's ID. Each Payout API must be created within a Payout API Collection.

<aside class="warning">
It returns status code of 422 with message 'You do not have enough payments' if you are trying to make a payment with total that are exceeding your <strong>Payout API Limit</strong>.
It returns status code of 422 with message 'You do not have enough payments' if you are trying to make a payment with total that are exceeding your <strong>Payout API Balance</strong>.
</aside>

> Example request:
Expand Down Expand Up @@ -3484,7 +3484,7 @@ curl https://www.billplz.com/api/v5/mass_payment_instructions \
| status | Payout API status. It is either `processing` or `completed` or `refunded` or `cancelled`. |
| notification | Boolean value. Sender will receive email notification if this is `true`. |
| recipient_notification | Boolean value. Recipient will receive email notification if this is `true`. |
| total | Total amount transfer to the recipient. A positive integer in the smallest currency unit (e.g 100 cents to charge RM 1.00). <br><br>Depending on your plan, a fee might be charged from your credits when you successfully created a Payout API request;<br>while the total of each Payout API will be deducted from your Payout API limit. <br><br>Status code of `422` with `Bank account not verified` message will be returned if the matching bank account is pending for verification. <br><br>Status code of `422` with `Bank account rejected` message will be returned if the matching bank account is rejected. |
| total | Total amount transfer to the recipient. A positive integer in the smallest currency unit (e.g 100 cents to charge RM 1.00). <br><br>Depending on your plan, a fee might be charged from your credits when you successfully created a Payout API request;<br>while the total of each Payout API will be deducted from your Payout API balance. <br><br>Status code of `422` with `Bank account not verified` message will be returned if the matching bank account is pending for verification. <br><br>Status code of `422` with `Bank account rejected` message will be returned if the matching bank account is rejected. |
| reference_id | Payout API's reference ID. Useful for identification on recipient part.|
| callback_url | Callback URL for notifying the payout status change. The last POST constitute the final state of payout.|

Expand Down