Skip to content

Commit

Permalink
Update incomplete endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
michailbrynard committed Apr 8, 2021
1 parent 9ca189e commit 352468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/checkout/custom-integration/open-loop.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The reference is the Bitcoin address generated for this deposit which the user p
### Handling statuses

##### Processing
The user has chosen a payment processor. In certain open-loop cases you might want to poll the `/manager/businesses/<business_id>/invoices/<invoice-id>/transactions/` endpoint to check for new deposits being made. This is particularly important in the case of crypto deposits waiting for confirmations.
The user has chosen a payment processor. In certain open-loop cases you might want to poll the `https://api.business.plue.io/api/manager/businesses/<business_id>/invoices/<invoice-id>/transactions/` endpoint to check for new deposits being made. This is particularly important in the case of crypto deposits waiting for confirmations.

##### Paid
If the amount sent by the user matches the quoted amount exactly the entire Invoice will be set to the Paid status. Once this has happened you can assume the funds have been received and processed. Any order statuses on your e-commerce platform can be set to their Completed states.
Expand Down

0 comments on commit 352468e

Please sign in to comment.