Skip to main content
Skip table of contents

How to Build Payments Dashboard with Web Form 2.0

If applicable to your use case, you could aggregate all initiated payments and build a dashboard for your application following the simple steps below.

For each user you created, authorize yourself as the user (sequentially) and get all the web forms they initiated. This call should be executed from Web Form 2.0.

CODE
GET /api/webForms

For each web form in the returned API object, gather all the payment ID(s). You could also gather web form statistics based on web form status and web form type.

Authorize yourself with the same user token in Access and find out the payment status from Access for each payment ID(s) from the above array. You can gather payment statistics based on the API object.

CODE
GET /payments

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.