- 14 Nov 2024
- 1 Minute to read
- Print
- DarkLight
JCB Card Processing
- Updated on 14 Nov 2024
- 1 Minute to read
- Print
- DarkLight
Supported Transaction Types
Authorisation
AUTH
Capture
CAPT
Purchase
PURC
Refund
PARTIALREFUND
Void
GENERALVOID
Payouts
ORIGINALCREDIT
Recurring
PURC
Integrations Supported
Deposit - Authorisation / Purchase
Hosted Payment Page
Direct Connect ( server-to-server)
Currencies & Countries Supported
Title | Description |
---|---|
Currencies Supported | JPY |
Additional tags to process Deposits
You must include the following tags. These tags inform us to proceed with the redirection to Paynt to finalize the payment process.
if you are using our Hosted Payment Page
Description | Hosted Payment Page |
---|---|
Transaction Type | "TransactionType": "AUTH" or "PURC" |
Force Transaction Routing | “Routing”:{ "ForcePayment": "JCBCARDS” } |
Client Details | "Client": { "Email": "test@mailinator.com", "FirstName": "Apco", "LastName": "Test", "dateOfBirth": "1977-12-31", "City": "Valletta", “IPAddress": "1.1.1.1" } |
Test Indicator | "isTest”: true |
Sample requests using our Hosted Payment Page can be viewed here.
{
"TransactionType": "PURC",
"Amount": "5000.00",
"Currency": "JPY",
"Language": "JA",
"OrderReference": "MerchantOrder1",
"UniqueReference": "00a00569-7b7d-43fa-a5d0-4aeb673c5a25",
"RedirectionURL": "https://www.yourURLhere.com/Redirect/",
"CallBackURL": "https://www.yourURLhere.com/Listener",
"Routing": {
"ForcePayment": "JCBCARDS"
},
"IsTest": true,
"Client": {
"email": "joe.bloggs@testjb.com",
"firstName": "Joe",
"lastName": "Bloggs",
"dateOfBirth": "1977-12-31",
"country": "EN",
"mobileNo": "00441234567",
"street": "High Street",
"city": "Valletta",
"ZIPCode": "12345",
"IPAddress": "127.0.0.1"
},
"Configuration": {
"Profile": "showandedit"
}
}