Usage
Creating an API context
ApiContext apiContext = ApiContext.create(
ApiEnvironmentType.SANDBOX,
sandboxUser.getApiKey(),
"Your Device Description"
);
apiContext.save("bunq-config.conf");
BunqContext.loadApiContext(apiContext); //load the API context to use in your appMaking API calls
Core Functionalities
Managing Monetary Accounts
Payments
Payment Requests
Card Management
File Attachments
Avatar Management
Session Management
Notification Filters (Webhooks)
OAuth Authorization
Tips for Using the SDK
Last updated
Was this helpful?