'gateway': 'paykkaeu''gatewayMerchantId': '<your merchant id>'"paykkaeu""paykka"{
"type": "CARD",
"parameters": {
"allowedAuthMethods": ["PAN_ONLY", "CRYPTOGRAM_3DS"],
"allowedCardNetworks": ["AMEX", "DISCOVER", "MASTERCARD", "VISA"]
},
"tokenizationSpecification": {
"type": "PAYMENT_GATEWAY",
"parameters": {
"gateway": "paykkaeu",
"gatewayMerchantId": "<YOUR_MERCHANT_ID>"
}
}
}{
"version": "v1.0",
"merchant_id": "18000000000000",
"payment_type": "PURCHASE",
"trans_id": "m16093507243369",
"timestamp": 1710329021387,
"currency": "JPY",
"amount": "1690",
"notify_url": "https://myserver/callback",
"return_url":"xxxxxx",
"payment": {
"payment_method": "GOOGLE_PAY",
"token_data": "GOOGLE PAY TOKEN DATA"
},
"authentication":{
"attempt":"AUTO",
"exemption":"LOW_VALUE"
}
}{
"version": "v1.0",
"merchant_id": "18000000000000",
"payment_type": "PURCHASE",
"trans_id": "m16093507243369",
"timestamp": 1710329021387,
"currency": "JPY",
"amount": "1690",
"notify_url": "https://myserver/callback",
"payment": {
"payment_method": "GOOGLE_PAY",
"token_data": "GOOGLE PAY TOKEN DATA"
}
}{
"ret_code": "000000",
"ret_msg": "Success",
"data": {
"version": "v1.0",
"error_code": "0000",
"error_description": "request success",
"merchant_id": 18000000000000,
"trans_id": "m1793xxx95791",
"order_id": "GW201650334620472773",
"status": "SUCCESS",
"amount": 1690,
"currency": "JPY",
"shopper_reference": "RXIJ"
}
}{
"version": "v1.0",
"merchant_id": "18000000000000",
"payment_type": "PURCHASE",
"trans_id": "t202311081113",
"timestamp": 1700805506000,
"currency": "USD",
"amount": 1250,
"session_mode": "HOST",
"display_merchant_name": "PayKKa Merchant",
"display_locale": "zh-CN",
"allowed_payment_methods": [
"GOOGLE_PAY"
]
}{
"version": "v1.0",
"merchant_id": "18000000000000",
"payment_type": "PURCHASE",
"trans_id": "t202311081113",
"timestamp": 1700805506000,
"currency": "USD",
"amount": 1250,
"session_mode": "EMBEDDED",
"display_merchant_name": "PayKKa Merchant",
"display_locale": "zh-CN",
"allowed_payment_methods": [
"GOOGLE_PAY"
]
}{
"payment": {
"payment_method": "GOOGLE_PAY",
"exp_year": "2027",
"exp_month": "08",
"holder_name": "Ocie Vititoe",
"card_no": "5204240493889658",
"token_authentication": {
"cryptogram": "ALbOGff2RLbTADtP3BuIAoABFA==", ##必填
"token_format": "CRYPTOGRAM_3DS", ##必填
"eci": "02",
"account_verified": true,
"card_holder_authenticated": true ##必填
}
}
}