Query Apple Pay and Google Pay wake-up parameters
Interface address: /api/v1/config/waken/query
Note: Query Apple Pay & Google Pay wake-up parameters
Request input parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
merchantUserId | String | N | User’s id |
paymentMethod | String | Y | Payment Methods enum: GOOGLE_PAY APPLE_PAY |
clientType | String | Y | Client Type enum: WEB ANDROID IOS H5 |
Output parameters (array)
Parameter | Type | Mandatory | Description |
---|---|---|---|
code | String | Y | |
data | String | Y | {"provider":"google_pay","data":{"environment":"TEST","apiVersion":2,"apiVersionMinor":0,"allowedPaymentMethods":[{"type":"CARD","parameters":{"allowedAuthMethods":["PAN_ONLY","CRYPTOGRAM_3DS"],"allowedCardNetworks":["AMEX","DISCOVER","INTERAC","JCB","MASTERCARD","VISA"]},"tokenizationSpecification":{"type":"PAYMENT_GATEWAY","parameters":{"gateway":"checkoutltd","gatewayMerchantId":"pk_sbox_zgr63qrlpc6oesiha37qyxikvax"}}}],"merchantInfo":{"merchantId":"12345678901234567890","merchantName":"OSL PAY"},"transactionInfo":{"totalPriceStatus":"FINAL","totalPriceLabel":"Total","countryCode":"US"}}} |
msg | String | Y |