Skip to content

Commit 5fac1a5

Browse files
author
appscisumup
committed
chore: synced local 'openapi.json' with remote 'specs/openapi.json'
1 parent f78df43 commit 5fac1a5

1 file changed

Lines changed: 47 additions & 1 deletion

File tree

openapi.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6474,7 +6474,9 @@
64746474
"boleto",
64756475
"ideal",
64766476
"blik",
6477-
"bancontact"
6477+
"bancontact",
6478+
"google_pay",
6479+
"apple_pay"
64786480
]
64796481
},
64806482
"installments": {
@@ -6489,6 +6491,50 @@
64896491
"card": {
64906492
"$ref": "#/components/schemas/Card"
64916493
},
6494+
"google_pay": {
6495+
"description": "Raw `PaymentData` object received from Google Pay. Send the Google Pay response payload as-is.",
6496+
"type": "object",
6497+
"example": {
6498+
"apiVersionMinor": 0,
6499+
"apiVersion": 2,
6500+
"paymentMethodData": {
6501+
"description": "Visa •••• 1111",
6502+
"tokenizationData": {
6503+
"type": "PAYMENT_GATEWAY",
6504+
"token": "token-data"
6505+
},
6506+
"type": "CARD",
6507+
"info": {
6508+
"cardNetwork": "VISA",
6509+
"cardDetails": "1111"
6510+
}
6511+
}
6512+
}
6513+
},
6514+
"apple_pay": {
6515+
"description": "Raw payment token object received from Apple Pay. Send the Apple Pay response payload as-is.",
6516+
"type": "object",
6517+
"example": {
6518+
"token": {
6519+
"paymentData": {
6520+
"data": "si2xuT2ArQo689SfE-long-token",
6521+
"signature": "MIAGCSqGSIb3DQEHA-long-signature",
6522+
"header": {
6523+
"publicKeyHash": "PWfjDi3TSwgZ20TY/A7f3V6J/1rhHyRDCspbeljM0io=",
6524+
"ephemeralPublicKey": "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEaBtz7UN2MNV0qInJVEEhXy10PU0KfO6KxFjXm93oKWL6lCsxZZGDl/EKioUHVSlKgpsKGin0xvgldfxeJVgy0g==",
6525+
"transactionId": "62e0568bc9258e9d0e059d745650fc8211d05ef7a7a1589a6411bf9b12cdfd04"
6526+
},
6527+
"version": "EC_v1"
6528+
},
6529+
"paymentMethod": {
6530+
"displayName": "MasterCard 8837",
6531+
"network": "MasterCard",
6532+
"type": "debit"
6533+
},
6534+
"transactionIdentifier": "62E0568BC9258E9D0E059D745650FC8211D05EF7A7A1589A6411BF9B12CDFD04"
6535+
}
6536+
}
6537+
},
64926538
"token": {
64936539
"description": "__Required when using a tokenized card to process a checkout.__ Unique token identifying the saved payment card for a customer.",
64946540
"type": "string"

0 commit comments

Comments
 (0)