Paymentwall
Introduction
Paymentwall is the first payment provider to partner with all major payment methods in 200 local regions, including
Europe & SEA to offer more than 150 local payment methods, including e-wallets, bank transfers, prepaid
cards, and cash options.
Supported Countries
- Global 🌏
Available Payment Methods
Payment method other than credit cards are available in selected countries only and simulated in sandbox mode.
Payment Type | Payment Method Key | Integration Status | Refund Supported | Sandbox Availability | Regions Supported |
---|---|---|---|---|---|
Credit Card | PAYMENTWALL_CREDIT_CARD | ✅ | ✅ | ✅ | GLOBAL |
FPX payment | PAYMENTWALL_FPX | ✅ | ✅ | ❌ | 🇲🇾 |
Sofort payment | PAYMENTWALL_SOFORT | ✅ | ✅ | ❌ | 🇪🇺 |
iDeal payment | PAYMENTWALL_IDEAL | ✅ | ✅ | ❌ | 🇳🇱 |
Blik payment | PAYMENTWALL_BLIK | ✅ | ✅ | ❌ | 🇵🇱 |
Przelewy24 payment | PAYMENTWALL_PRZELEWY24 | ✅ | ✅ | ❌ | 🇵🇱 |
Multibanco payment | PAYMENTWALL_MULTIBANCO | ✅ | ✅ | ❌ | 🇵🇹 |
EPS payment | PAYMENTWALL_EPS | ✅ | ✅ | ❌ | 🇦🇹 |
Bancontact payment | PAYMENTWALL_BANCONTACT | ✅ | ✅ | ❌ | 🇧🇪 |
Payshop payment | PAYMENTWALL_PAYSHOP | ✅ | ❌ | ❌ | 🇵🇹 |
Konbini payment | PAYMENTWALL_KONBINI | ✅ | ❌ | ❌ | 🇯🇵 |
Naver Pay payment | PAYMENTWALL_NAVERPAY | ✅ | ✅ | ❌ | 🇰🇷 |
Kakao pay payment | PAYMENTWALL_KAKAOPAY | ✅ | ✅ | ❌ | 🇰🇷 |
Touch n Go payment | PAYMENTWALL_TOUCHNGO | ✅ | ❌ | ❌ | 🇲🇾 |
Boost payment | PAYMENTWALL_BOOST | ✅ | ❌ | ❌ | 🇲🇾 |
GrabPay payment for MY | PAYMENTWALL_GRABPAYMY | ✅ | ❌ | ❌ | 🇲🇾 |
GrabPay payment for PH | PAYMENTWALL_GRABPAYPH | ✅ | ✅ | ❌ | 🇵🇭 |
PayNow payment | PAYMENTWALL_PAYNOW | ✅ | ❌ | ❌ | 🇸🇬 |
Miscellaneous Details
- Webhook: Needs to be configured on the Paymentwall Dashboard
- Copy the webhook URL from Paymentwall payment channel in PortOne dashboard
- Goto the Paymentwall dashboard, from
My Projects
menu, click onSettings
for the appropriate project - Paste the webhook URL from step 1 into the
Pingback URL
field- Make sure the
Pingback type
is set to URL - Set the
Pingback signature version
to2
- Add the below params for
Custom Pingback parameters
field- Name =>
custom
& Value => OWN - Name =>
merchant_refund_id
& Value => OWN
- Name =>
- Make sure the
- Click on save button on the bottom to save the changes
- Also make sure you are using
Widget API - Digital Goods
forYour API
section of the Project settings - Customer email is a required field
- APMs can only be simulated in sandbox mode via Test method
- This integration also supports recurring payment for a customer, for more details please connect with PortOne support
team
Sandbox
Credentials
Key | Value |
---|---|
Brick Public Key | t_ca809e2ad04d6b60b22c3abc1f0d77 |
Brick Private Key | t_81707eac585a63b5f52316eb459a4e |
Project Key | 647ae35021a637dfe7c67470686cd2c4 |
Project Secret Key | 91b991cabee3e2e91b36898b6c75753f |
Widget Id | p1_1 |
Test cards data
Test card data can be found here
Use following values in embedded JS code to pay via Paymentwall channel
"pmt_channel": "PAYMENTWALL",
"pmt_method": { Any of above given payment method keys },
Updated about 1 month ago