curl --request POST \
--url https://gate.uat.payloco.com/gateway/v2/payments/open/api/pay \
--header 'Content-Type: application/json' \
--header 'signature: <api-key>' \
--data '
{
"charset": "UTF-8",
"version": "2.0.0",
"signType": "RSA",
"memberId": "2023010558663764",
"merchantId": "2023010558663764",
"requestTime": "2024-05-24T14:29:32.682+08:00",
"keyVersion": "1",
"data": {
"merchantOrderId": "ORD202604231532478921",
"integrate": "Direct",
"captureMode": "MANUAL",
"subject": "Iphone 16",
"totalAmount": 10.01,
"currency": "USD",
"country": "US",
"userId": "U123333333",
"expireTime": "1800",
"paymentDetail": {
"paymentMethodType": "WALLET",
"targetOrg": "KLARNA",
"payAccountInfo": [
{
"accountNo": "12345567777789",
"accountNoType": "EMAIL"
}
],
"cardInfo": {
"cardNo": "4111111111111111",
"cardlName": "John Tan",
"cardExpirationMonth": "12",
"cardExpirationYear": "28",
"cvv": "123",
"stored": "true",
"dynamic3DS": "true"
},
"buyerInfo": {
"firstName": "John",
"middleName": "Michael",
"email": "john.tan@example.com",
"lastName": "Tan",
"phoneNo": "+6591234567",
"phoneNoRegion": "+65",
"idType": "PASSPORT",
"idNo": "E12345678",
"taxType": "CPF",
"taxNo": "123.456.789-09",
"address": "10 Anson Road, #25-08 International Plaza",
"city": "Singapore",
"region": "Central",
"zipCode": "079903",
"clientIp": "203.0.113.42",
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15"
},
"paymentTokenID": "ptok_9f1c2e7a6b5d4c3a8e0f1b2c3d4e5f6a",
"tokenForFutureUse": true,
"merchantInitiated": "false",
"mitType": "SCHEDULED",
"info3DSecure": {
"threeDSVersion": "2.2.0",
"eci": "05",
"cavv": "AAABBBCCCDDDEEE111222333",
"dsTransactionId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"xid": "MDAwMDAwMDAwMDAwMDAwMDAwWDEyMw=="
},
"carrierId": "qiye"
},
"goodsDetails": [
{
"goodsId": "SKU_1000001",
"goodsName": "Wireless Bluetooth Earbuds",
"quantity": "2",
"price": "59.99",
"goodsCurrency": "USD",
"showUrl": "https://example.com/product/sku_1000001",
"goodsCategory": "Electronics"
}
],
"subMerchant": {
"subMerchantNo": "SM202604270001"
},
"shippingInfo": {
"firstName": "John",
"middleName": "string",
"lastName": "John",
"phoneNo": "+6598765432",
"email": "john.tan@example.com",
"address1": "10 Anson Road",
"city": "Singapore",
"region": "Central",
"state": "string",
"country": "SG",
"zipCode": "079903",
"address2": "#25-08 International Plaza",
"address3": "string"
},
"billingInfo": {
"firstName": "John",
"middleName": "Michael",
"lastName": "Tan",
"phoneNo": "+6591234567",
"email": "john.tan@example.com",
"address1": "10 Anson Road",
"city": "Singapore",
"country": "SG",
"region": "Central",
"state": "string",
"zipCode": "079903",
"address2": "#25-08 International Plaza",
"address3": "string"
},
"envInfo": {
"deviceId": "a3f5c9e2-7b4d-4c1a-9f6e-2d8b7a1c0e5f",
"deviceLanguage": "en-US",
"screenHeight": "956",
"screenWidth": "440",
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1"
},
"language": "EN",
"riskParams": {},
"terminalType": "APP",
"osType": "ANDROID",
"reference": "goods reference",
"frontCallbackUrl": "https://www.google.com",
"notifyUrl": "https://www.google.com",
"subscriptionPlan": {
"subscriptionNo": "SUB_202604270001"
}
}
}
'