The OneBlink Platform allows you to integrate OneBlink forms with the BPOINT payment gateway. This lets form users make a successful payment before the rest of the form submission workflow is triggered.
TABLE OF CONTENTS
Setting up the BPOINT Integration
To configure BPOINT in the Productivity Console, follow the steps below:
Step 1: In the Console, open the Integrations menu and select Setup Integration on the BPOINT card.

Step 2: Add the following BPOINT payment gateway details:
- Base URL
- Username
- Password
- Short Merchant Name
- Merchant Number
Click Save.

Adding BPOINT to a Form
Once the BPOINT integration has been configured, you can add it to a form submission event.
Step 1: Open the form that you want to submit with a payment.
Step 2: Navigate to the Submission Events tab.
Step 3: Add a new submission event and select BPOINT from the dropdown.

Step 4: Select the Payment Element that will be used for the total payable amount.
The dropdown will display all numbers and calculation elements from the form. Select the element that contains the amount the form user needs to pay, then click Save.

Known Limitations
There are currently two known limitations with the BPOINT integration.
CRN Character Validation
BPOINT does not allow the following characters in CRN2 or CRN3 values:
? , &
If CRN2 or CRN3 is set to an element on the form, use Regex validation to prevent users from entering these invalid characters.
Example Regex:
[^&,?]*
This Regex will trigger a validation error if the user enters any of these characters, requiring them to remove the characters before submitting the form.
You can configure this in the OneBlink Console under the relevant form element’s Advanced options.

CRN Character Limit
BPOINT has a 50-character limit for CRN2 and CRN3 values.
You can restrict user input by setting a maximum character length on input-based form elements. This prevents users from entering values longer than the 50-character maximum.
For more information or updates on these limitations, refer to the BPOINT Developer Documentation.
Getting Help
If you need any assistance with BPOINT integration, please reach out through the Report Issue menu or email support@oneblink.io.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article