5. After a Payment Order
To stay updated about your account, you may either poll our API via requests or receive webhooks. You may configure a URL to use for webhook testing on your webhooks page. We recommend using a tool such as ngrok for this.
Payment Orders initially have a status of approved
. As a payment order progresses through its lifecycle, you will receive updates on its status. See the section on payment order webhooks for more details.
Expected Payments initially have a status of unreconciled
. When an expected payment is automatically completed in the sandbox, it will become reconciled
. If you archive an expected payment, it will become archived.
Updated 6 months ago