API recipes overview
API recipes are practical examples or step-by-step guides that show you how to accomplish specific tasks using the Banqup APIs. They provide detailed instructions and code snippets to help you understand how to use various endpoints and functionalities offered by the APIs.
- API Access
- Documents
- Payments
- Platform
Grant Banqup API permissions to developers, in the Banqup app.
2 steps
Create and revoke app credentials on the Banqup Developer Portal.
4 steps
Generate access tokens with app credentials to make authorized API calls.
2 steps
Implement the OAuth 2.0 authorization code flow.
3 steps
Upload invoice, validate it, and send it to your customer.
3 steps
Perform tasks on purchase invoices, e.g.: approve, mark as paid etc.
9 steps
Pay one or more invoices and view payment status.
3 steps
Useful information - Documents
- How to get the Space and Entity IDs? Read more about spaces and entities.
- How to get the Plugin Interface IDs?
- How to get the Connection IDs?
- How to get the Payment Account IDs? Read more about payment accounts.
Transfer funds between accounts, including Banqup accounts.
2 steps
Set up the details to start using a Banqup physical or virtual debit card.
4 steps
Useful information - Payments
- How to get the Space and Entity IDs? Read more about spaces and entities.
- How to get the Payment Account IDs? Read more about payment accounts.
- How to get the End to End IDs? Read more about payment initiation.
- How to get the Card IDs?
Set up a listener for Banqup messages to process incoming data.
3 steps
Useful information - Platform
- How does the Message service work?