Get Started
Welcome to the developer documentation for Boodle Buy Now Pay Later's merchant API.
Credentials
To be able to integrate you must possess the following information from Boodle:
- Base URL - {{baseUrl}}
- Merchant Secret - {{secret}}
- Merchant ID - {{merchantId}}
Please ensure the above information is stored securely.
Postman and Code Snippets
You can download our most up-to-date Postman collection below:
Download the Postman Collection
From within Postman you can generate code snippets in the language of your choice:
Postman: How To Generate Code Snippets
Typical Flow
The process for getting purchases made through Boodle is simple.
- Make sure that you are authenticated and that you have configured your callback URL
- Prepare a purchase
- We'll notify you via HTTP POST request to your Callback URL to update you on the purchase
- If you have set a Redirect URL the customer's browser will be taken to the Redirect URL on reaching the end of their purchase
- The redirect functionality might need additional functionality for your use-case. Please get in touch if you foresee needing to use the Redirect URL