BP offer various solution for different type of market profiles covering digital payments including card acquiring, banking, alternative payment methods and crypto.
Supported Transaction Types
Authorisation
Capture
Purchase
Refund
Withdrawal
Void
Integrations Supported
Hosted Payment Page
Direct Connect ( server-to-server)
Official Logo: N/A
Currencies & Countries Supported
Title | Description |
|---|---|
Currencies Supported | Global |
Countries Supported | Global |
Additional attributes to process BP
You must include the following JSON Attributes to the payload.
Description | Hosted Payment Page | Direct Connect |
|---|---|---|
Force Transaction Routing” | "Routing":{ "ForcePayment": "BP" } | "Routing":{ "ForcePayment": "BP" } |
Client Information | "Client" : { "FirstName" : "John", "LastName" : "Doe", "Email": "prodtest@numous.grp", "DateOfBirth": "08-04-1990", "MobileNo": "+35612345678", "Country": "MLT", "City" : "Mqabba", "IPAddress" : "214.21.134.79", "ZIPCode": "12345" } | "Client" : { "FirstName" : "John", "LastName" : "Doe", "Email": "prodtest@numous.grp", "DateOfBirth": "08-04-1990", "MobileNo": "+35612345678", "Country": "MLT", "City" : "Mqabba", "IPAddress" : "214.21.134.79", "ZIPCode": "12345" } |
Payment Credentials | "PaymentCredentials": { "PaymentSource": "Card", "CardType": "VISA", "CardNumber": "4242424242424242", "CardHolderName": "Frictionless Processed", "ExpMonth": "12", "ExpYear": "2030", "CvV2": "666" } | |
Browser Details | "BrowserDetails": { "UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36", "JavaEnabled": true, "ScreenColorDepth": "1", "ScreenWidth": "1080", "ScreenHeight": "840", "TimeZone": "2", "AcceptHeader": "application/json", "BrowserLanguage": "en" }, | |
Test Indicator (required in Sandbox Environment only) | "isTest": true | "isTest": true |
Sample Deposit Request - Hosted Payment Page
{
"TransactionType": "PURC",
"Amount": "1.00",
"Currency": "EUR",
"OrderReference": "MerchantOrder1",
"RedirectionURL": "https://www.yourURLhere.com/Redirect/",
"CallBackURL": "https://www.yourURL.com/Listener",
"UniqueReference": "3a9f50f7-2deb-4dbf-a186-d58641s36665",
"Routing": {
"ForcePayment": "BP"
},
"Client" : {
"FirstName" : "John",
"LastName" : "Doe",
"Email": "prodtest@numinous.group",
"DateOfBirth": "08-04-1990",
"MobileNo": "+35612345678",
"Country": "MLT",
"City" : "Mqabba",
"IPAddress" : "214.21.134.79",
"ZIPCode": "12345"
},
"IsTest": "True"
}Sample Deposit Request - Direct Connect
{
"TransactionType": "PURC",
"Amount": 5,
"Currency": "EUR",
"IsTest": true,
"OrderReference": "Tonder Direct Deposit",
"RedirectionURL": "https://api.dev.apspglobal.com/technicalsupporttool-fe/Redirect/",
"CallBackURL": "https://api.dev.apspglobal.com/technicalsupporttool-fe/Listener",
"PaymentCredentials": {
"PaymentSource": "Card",
"CardType": "VISA",
"CardNumber": "4242424242424242",
"CardHolderName": "Frictionless Processed",
"ExpMonth": "12",
"ExpYear": "2030",
"CvV2": "666"
},
"Client": {
"FirstName" : "John",
"LastName" : "Doe",
"Email": "prodtest@numinous.group",
"DateOfBirth": "08-04-1990",
"MobileNo": "+35612345678",
"Country": "MLT",
"City" : "Mqabba",
"IPAddress" : "214.21.134.79",
"ZIPCode": "12345"
},
"BrowserDetails": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
"JavaEnabled": true,
"ScreenColorDepth": "1",
"ScreenWidth": "1080",
"ScreenHeight": "840",
"TimeZone": "2",
"AcceptHeader": "application/json",
"BrowserLanguage": "en"
},
"Routing": {
"ForceBank": "BP"
}
}Test Credentials
A test simulator is available when using isTest: true during development.