connect-sdk-nodejs 4.19.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/lib/client.d.ts +3 -0
- package/lib/client.js +12 -0
- package/lib/client.js.map +1 -0
- package/lib/index.d.ts +17 -3
- package/lib/index.js +24 -90
- package/lib/index.js.map +1 -1
- package/lib/model/client.d.ts +6 -0
- package/lib/model/client.js +3 -0
- package/lib/model/client.js.map +1 -0
- package/lib/model/{tokens → domain}/index.js.map +1 -1
- package/lib/model/index.d.ts +1 -40
- package/lib/model/index.js +6 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/types.d.ts +53 -40
- package/lib/model/types.js +12 -0
- package/lib/model/types.js.map +1 -1
- package/lib/model/webhooks/index.d.ts +4 -8
- package/lib/model/webhooks/index.js +5 -1
- package/lib/model/webhooks/index.js.map +1 -1
- package/lib/model/webhooks/types.d.ts +3 -6
- package/lib/model/webhooks/types.js.map +1 -1
- package/lib/utils/authentication.d.ts +8 -0
- package/lib/utils/authentication.js +42 -0
- package/lib/utils/authentication.js.map +1 -0
- package/lib/utils/communicator.d.ts +3 -3
- package/lib/utils/communicator.js +149 -102
- package/lib/utils/communicator.js.map +1 -1
- package/lib/utils/connection.d.ts +5 -2
- package/lib/utils/connection.js +14 -9
- package/lib/utils/connection.js.map +1 -1
- package/lib/utils/context.d.ts +2 -3
- package/lib/utils/context.js +51 -89
- package/lib/utils/context.js.map +1 -1
- package/lib/utils/headers.js +4 -6
- package/lib/utils/headers.js.map +1 -1
- package/lib/utils/obfuscate.d.ts +1 -1
- package/lib/utils/obfuscate.js +3 -9
- package/lib/utils/obfuscate.js.map +1 -1
- package/lib/v1/captures/get.d.ts +3 -0
- package/lib/v1/captures/get.js +20 -0
- package/lib/v1/captures/get.js.map +1 -0
- package/lib/v1/captures/index.d.ts +3 -0
- package/lib/v1/captures/index.js +17 -0
- package/lib/v1/captures/index.js.map +1 -0
- package/lib/v1/captures/refund.d.ts +3 -0
- package/lib/v1/captures/refund.js +32 -0
- package/lib/v1/captures/refund.js.map +1 -0
- package/lib/v1/disputes/cancel.d.ts +3 -0
- package/lib/v1/disputes/cancel.js +20 -0
- package/lib/v1/disputes/cancel.js.map +1 -0
- package/lib/v1/disputes/get.d.ts +3 -0
- package/lib/v1/disputes/get.js +20 -0
- package/lib/v1/disputes/get.js.map +1 -0
- package/lib/v1/disputes/index.d.ts +3 -0
- package/lib/v1/disputes/index.js +21 -0
- package/lib/v1/disputes/index.js.map +1 -0
- package/lib/v1/disputes/submit.d.ts +3 -0
- package/lib/v1/disputes/submit.js +20 -0
- package/lib/v1/disputes/submit.js.map +1 -0
- package/lib/v1/disputes/uploadFile.d.ts +4 -0
- package/lib/v1/disputes/uploadFile.js +20 -0
- package/lib/v1/disputes/uploadFile.js.map +1 -0
- package/lib/v1/files/getFile.d.ts +3 -0
- package/lib/v1/files/getFile.js +21 -0
- package/lib/v1/files/getFile.js.map +1 -0
- package/lib/v1/files/index.d.ts +3 -0
- package/lib/v1/files/index.js +15 -0
- package/lib/v1/files/index.js.map +1 -0
- package/lib/v1/hostedcheckouts/create.d.ts +3 -0
- package/lib/v1/hostedcheckouts/create.js +32 -0
- package/lib/v1/hostedcheckouts/create.js.map +1 -0
- package/lib/v1/hostedcheckouts/get.d.ts +3 -0
- package/lib/v1/hostedcheckouts/get.js +20 -0
- package/lib/v1/hostedcheckouts/get.js.map +1 -0
- package/lib/v1/hostedcheckouts/index.d.ts +3 -0
- package/lib/v1/hostedcheckouts/index.js +19 -0
- package/lib/v1/hostedcheckouts/index.js.map +1 -0
- package/lib/v1/hostedcheckouts/remove.d.ts +3 -0
- package/lib/v1/hostedcheckouts/remove.js +20 -0
- package/lib/v1/hostedcheckouts/remove.js.map +1 -0
- package/lib/v1/hostedmandatemanagements/create.d.ts +3 -0
- package/lib/v1/hostedmandatemanagements/create.js +32 -0
- package/lib/v1/hostedmandatemanagements/create.js.map +1 -0
- package/lib/v1/hostedmandatemanagements/get.d.ts +3 -0
- package/lib/v1/hostedmandatemanagements/get.js +20 -0
- package/lib/v1/hostedmandatemanagements/get.js.map +1 -0
- package/lib/v1/hostedmandatemanagements/index.d.ts +3 -0
- package/lib/v1/hostedmandatemanagements/index.js +17 -0
- package/lib/v1/hostedmandatemanagements/index.js.map +1 -0
- package/lib/v1/index.d.ts +3 -0
- package/lib/v1/index.js +41 -0
- package/lib/v1/index.js.map +1 -0
- package/lib/v1/installments/getInstallmentsInfo.d.ts +3 -0
- package/lib/v1/installments/getInstallmentsInfo.js +32 -0
- package/lib/v1/installments/getInstallmentsInfo.js.map +1 -0
- package/lib/v1/installments/index.d.ts +3 -0
- package/lib/v1/installments/index.js +15 -0
- package/lib/v1/installments/index.js.map +1 -0
- package/lib/v1/mandates/block.d.ts +3 -0
- package/lib/v1/mandates/block.js +20 -0
- package/lib/v1/mandates/block.js.map +1 -0
- package/lib/v1/mandates/create.d.ts +3 -0
- package/lib/v1/mandates/create.js +32 -0
- package/lib/v1/mandates/create.js.map +1 -0
- package/lib/v1/mandates/createWithMandateReference.d.ts +3 -0
- package/lib/v1/mandates/createWithMandateReference.js +32 -0
- package/lib/v1/mandates/createWithMandateReference.js.map +1 -0
- package/lib/v1/mandates/get.d.ts +3 -0
- package/lib/v1/mandates/get.js +20 -0
- package/lib/v1/mandates/get.js.map +1 -0
- package/lib/v1/mandates/index.d.ts +3 -0
- package/lib/v1/mandates/index.js +25 -0
- package/lib/v1/mandates/index.js.map +1 -0
- package/lib/v1/mandates/revoke.d.ts +3 -0
- package/lib/v1/mandates/revoke.js +20 -0
- package/lib/v1/mandates/revoke.js.map +1 -0
- package/lib/v1/mandates/unblock.d.ts +3 -0
- package/lib/v1/mandates/unblock.js +20 -0
- package/lib/v1/mandates/unblock.js.map +1 -0
- package/lib/v1/model/captures/index.d.ts +12 -0
- package/lib/v1/model/captures/index.js.map +1 -0
- package/lib/v1/model/disputes/index.d.ts +23 -0
- package/lib/v1/model/disputes/index.js.map +1 -0
- package/lib/v1/model/domain/index.d.ts +2242 -0
- package/lib/{model/domain/errors/definitions → v1/model/domain}/index.js +1 -1
- package/lib/v1/model/domain/index.js.map +1 -0
- package/lib/v1/model/files/index.d.ts +8 -0
- package/lib/{model/disputes → v1/model/files}/index.js.map +1 -1
- package/lib/v1/model/hostedcheckouts/index.d.ts +16 -0
- package/lib/v1/model/hostedcheckouts/index.js.map +1 -0
- package/lib/v1/model/hostedmandatemanagements/index.d.ts +12 -0
- package/lib/v1/model/hostedmandatemanagements/index.js.map +1 -0
- package/lib/v1/model/index.d.ts +34 -0
- package/lib/{model/files → v1/model}/index.js.map +1 -1
- package/lib/v1/model/installments/index.d.ts +8 -0
- package/lib/v1/model/installments/index.js.map +1 -0
- package/lib/v1/model/mandates/index.d.ts +28 -0
- package/lib/v1/model/mandates/index.js.map +1 -0
- package/lib/v1/model/payments/index.d.ts +79 -0
- package/lib/v1/model/payments/index.js.map +1 -0
- package/lib/v1/model/payouts/index.d.ts +34 -0
- package/lib/{model/captures → v1/model/payouts}/index.js.map +1 -1
- package/lib/v1/model/productgroups/index.d.ts +34 -0
- package/lib/v1/model/productgroups/index.js.map +1 -0
- package/lib/v1/model/products/index.d.ts +61 -0
- package/lib/v1/model/products/index.js.map +1 -0
- package/lib/v1/model/refunds/index.d.ts +31 -0
- package/lib/v1/model/refunds/index.js.map +1 -0
- package/lib/v1/model/riskassessments/index.d.ts +12 -0
- package/lib/v1/model/riskassessments/index.js.map +1 -0
- package/lib/v1/model/services/index.d.ts +33 -0
- package/lib/v1/model/services/index.js.map +1 -0
- package/lib/v1/model/sessions/index.d.ts +8 -0
- package/lib/v1/model/sessions/index.js.map +1 -0
- package/lib/v1/model/tokens/index.d.ts +27 -0
- package/lib/{model/installments → v1/model/tokens}/index.js.map +1 -1
- package/lib/v1/model/webhooks/index.d.ts +9 -0
- package/lib/v1/model/webhooks/index.js.map +1 -0
- package/lib/v1/payments/approve.d.ts +3 -0
- package/lib/v1/payments/approve.js +32 -0
- package/lib/v1/payments/approve.js.map +1 -0
- package/lib/v1/payments/cancel.d.ts +3 -0
- package/lib/v1/payments/cancel.js +20 -0
- package/lib/v1/payments/cancel.js.map +1 -0
- package/lib/v1/payments/cancelapproval.d.ts +3 -0
- package/lib/v1/payments/cancelapproval.js +20 -0
- package/lib/v1/payments/cancelapproval.js.map +1 -0
- package/lib/v1/payments/capture.d.ts +3 -0
- package/lib/v1/payments/capture.js +32 -0
- package/lib/v1/payments/capture.js.map +1 -0
- package/lib/v1/payments/captures.d.ts +3 -0
- package/lib/v1/payments/captures.js +20 -0
- package/lib/v1/payments/captures.js.map +1 -0
- package/lib/v1/payments/complete.d.ts +3 -0
- package/lib/v1/payments/complete.js +32 -0
- package/lib/v1/payments/complete.js.map +1 -0
- package/lib/v1/payments/create.d.ts +3 -0
- package/lib/v1/payments/create.js +32 -0
- package/lib/v1/payments/create.js.map +1 -0
- package/lib/v1/payments/devicefingerprint.d.ts +3 -0
- package/lib/v1/payments/devicefingerprint.js +20 -0
- package/lib/v1/payments/devicefingerprint.js.map +1 -0
- package/lib/v1/payments/dispute.d.ts +3 -0
- package/lib/v1/payments/dispute.js +32 -0
- package/lib/v1/payments/dispute.js.map +1 -0
- package/lib/v1/payments/disputes.d.ts +3 -0
- package/lib/v1/payments/disputes.js +20 -0
- package/lib/v1/payments/disputes.js.map +1 -0
- package/lib/v1/payments/find.d.ts +4 -0
- package/lib/v1/payments/find.js +20 -0
- package/lib/v1/payments/find.js.map +1 -0
- package/lib/v1/payments/get.d.ts +3 -0
- package/lib/v1/payments/get.js +20 -0
- package/lib/v1/payments/get.js.map +1 -0
- package/lib/v1/payments/index.d.ts +3 -0
- package/lib/v1/payments/index.js +47 -0
- package/lib/v1/payments/index.js.map +1 -0
- package/lib/v1/payments/processchallenged.d.ts +3 -0
- package/lib/v1/payments/processchallenged.js +20 -0
- package/lib/v1/payments/processchallenged.js.map +1 -0
- package/lib/v1/payments/refund.d.ts +3 -0
- package/lib/v1/payments/refund.js +32 -0
- package/lib/v1/payments/refund.js.map +1 -0
- package/lib/v1/payments/refunds.d.ts +3 -0
- package/lib/v1/payments/refunds.js +20 -0
- package/lib/v1/payments/refunds.js.map +1 -0
- package/lib/v1/payments/thirdPartyStatus.d.ts +3 -0
- package/lib/v1/payments/thirdPartyStatus.js +20 -0
- package/lib/v1/payments/thirdPartyStatus.js.map +1 -0
- package/lib/v1/payments/tokenize.d.ts +3 -0
- package/lib/v1/payments/tokenize.js +32 -0
- package/lib/v1/payments/tokenize.js.map +1 -0
- package/lib/v1/payouts/approve.d.ts +3 -0
- package/lib/v1/payouts/approve.js +32 -0
- package/lib/v1/payouts/approve.js.map +1 -0
- package/lib/v1/payouts/cancel.d.ts +3 -0
- package/lib/v1/payouts/cancel.js +20 -0
- package/lib/v1/payouts/cancel.js.map +1 -0
- package/lib/v1/payouts/cancelapproval.d.ts +3 -0
- package/lib/v1/payouts/cancelapproval.js +20 -0
- package/lib/v1/payouts/cancelapproval.js.map +1 -0
- package/lib/v1/payouts/create.d.ts +3 -0
- package/lib/v1/payouts/create.js +32 -0
- package/lib/v1/payouts/create.js.map +1 -0
- package/lib/v1/payouts/find.d.ts +4 -0
- package/lib/v1/payouts/find.js +20 -0
- package/lib/v1/payouts/find.js.map +1 -0
- package/lib/v1/payouts/get.d.ts +3 -0
- package/lib/v1/payouts/get.js +20 -0
- package/lib/v1/payouts/get.js.map +1 -0
- package/lib/v1/payouts/index.d.ts +3 -0
- package/lib/v1/payouts/index.js +25 -0
- package/lib/v1/payouts/index.js.map +1 -0
- package/lib/v1/productgroups/deviceFingerprint.d.ts +3 -0
- package/lib/v1/productgroups/deviceFingerprint.js +32 -0
- package/lib/v1/productgroups/deviceFingerprint.js.map +1 -0
- package/lib/v1/productgroups/find.d.ts +4 -0
- package/lib/v1/productgroups/find.js +20 -0
- package/lib/v1/productgroups/find.js.map +1 -0
- package/lib/v1/productgroups/get.d.ts +4 -0
- package/lib/v1/productgroups/get.js +20 -0
- package/lib/v1/productgroups/get.js.map +1 -0
- package/lib/v1/productgroups/index.d.ts +3 -0
- package/lib/v1/productgroups/index.js +19 -0
- package/lib/v1/productgroups/index.js.map +1 -0
- package/lib/v1/products/customerDetails.d.ts +3 -0
- package/lib/v1/products/customerDetails.js +32 -0
- package/lib/v1/products/customerDetails.js.map +1 -0
- package/lib/v1/products/deviceFingerprint.d.ts +3 -0
- package/lib/v1/products/deviceFingerprint.js +32 -0
- package/lib/v1/products/deviceFingerprint.js.map +1 -0
- package/lib/v1/products/directory.d.ts +4 -0
- package/lib/v1/products/directory.js +20 -0
- package/lib/v1/products/directory.js.map +1 -0
- package/lib/v1/products/find.d.ts +4 -0
- package/lib/v1/products/find.js +20 -0
- package/lib/v1/products/find.js.map +1 -0
- package/lib/v1/products/get.d.ts +4 -0
- package/lib/v1/products/get.js +20 -0
- package/lib/v1/products/get.js.map +1 -0
- package/lib/v1/products/index.d.ts +3 -0
- package/lib/v1/products/index.js +27 -0
- package/lib/v1/products/index.js.map +1 -0
- package/lib/v1/products/networks.d.ts +4 -0
- package/lib/v1/products/networks.js +20 -0
- package/lib/v1/products/networks.js.map +1 -0
- package/lib/v1/products/sessions.d.ts +3 -0
- package/lib/v1/products/sessions.js +32 -0
- package/lib/v1/products/sessions.js.map +1 -0
- package/lib/v1/refunds/approve.d.ts +3 -0
- package/lib/v1/refunds/approve.js +32 -0
- package/lib/v1/refunds/approve.js.map +1 -0
- package/lib/v1/refunds/cancel.d.ts +3 -0
- package/lib/v1/refunds/cancel.js +20 -0
- package/lib/v1/refunds/cancel.js.map +1 -0
- package/lib/v1/refunds/cancelapproval.d.ts +3 -0
- package/lib/v1/refunds/cancelapproval.js +20 -0
- package/lib/v1/refunds/cancelapproval.js.map +1 -0
- package/lib/v1/refunds/find.d.ts +4 -0
- package/lib/v1/refunds/find.js +20 -0
- package/lib/v1/refunds/find.js.map +1 -0
- package/lib/v1/refunds/get.d.ts +3 -0
- package/lib/v1/refunds/get.js +20 -0
- package/lib/v1/refunds/get.js.map +1 -0
- package/lib/v1/refunds/index.d.ts +3 -0
- package/lib/v1/refunds/index.js +23 -0
- package/lib/v1/refunds/index.js.map +1 -0
- package/lib/v1/riskassessments/bankaccounts.d.ts +3 -0
- package/lib/v1/riskassessments/bankaccounts.js +32 -0
- package/lib/v1/riskassessments/bankaccounts.js.map +1 -0
- package/lib/v1/riskassessments/cards.d.ts +3 -0
- package/lib/v1/riskassessments/cards.js +32 -0
- package/lib/v1/riskassessments/cards.js.map +1 -0
- package/lib/v1/riskassessments/index.d.ts +3 -0
- package/lib/v1/riskassessments/index.js +17 -0
- package/lib/v1/riskassessments/index.js.map +1 -0
- package/lib/v1/services/bankaccount.d.ts +3 -0
- package/lib/v1/services/bankaccount.js +32 -0
- package/lib/v1/services/bankaccount.js.map +1 -0
- package/lib/v1/services/convertAmount.d.ts +4 -0
- package/lib/v1/services/convertAmount.js +20 -0
- package/lib/v1/services/convertAmount.js.map +1 -0
- package/lib/v1/services/getIINdetails.d.ts +3 -0
- package/lib/v1/services/getIINdetails.js +32 -0
- package/lib/v1/services/getIINdetails.js.map +1 -0
- package/lib/v1/services/index.d.ts +3 -0
- package/lib/v1/services/index.js +23 -0
- package/lib/v1/services/index.js.map +1 -0
- package/lib/v1/services/privacypolicy.d.ts +4 -0
- package/lib/v1/services/privacypolicy.js +20 -0
- package/lib/v1/services/privacypolicy.js.map +1 -0
- package/lib/v1/services/testconnection.d.ts +3 -0
- package/lib/v1/services/testconnection.js +20 -0
- package/lib/v1/services/testconnection.js.map +1 -0
- package/lib/v1/sessions/create.d.ts +3 -0
- package/lib/v1/sessions/create.js +32 -0
- package/lib/v1/sessions/create.js.map +1 -0
- package/lib/v1/sessions/index.d.ts +3 -0
- package/lib/v1/sessions/index.js +15 -0
- package/lib/v1/sessions/index.js.map +1 -0
- package/lib/v1/tokens/approvesepadirectdebit.d.ts +3 -0
- package/lib/v1/tokens/approvesepadirectdebit.js +32 -0
- package/lib/v1/tokens/approvesepadirectdebit.js.map +1 -0
- package/lib/v1/tokens/create.d.ts +3 -0
- package/lib/v1/tokens/create.js +32 -0
- package/lib/v1/tokens/create.js.map +1 -0
- package/lib/v1/tokens/get.d.ts +3 -0
- package/lib/v1/tokens/get.js +20 -0
- package/lib/v1/tokens/get.js.map +1 -0
- package/lib/v1/tokens/index.d.ts +3 -0
- package/lib/v1/tokens/index.js +23 -0
- package/lib/v1/tokens/index.js.map +1 -0
- package/lib/v1/tokens/remove.d.ts +4 -0
- package/lib/v1/tokens/remove.js +20 -0
- package/lib/v1/tokens/remove.js.map +1 -0
- package/lib/v1/tokens/update.d.ts +3 -0
- package/lib/v1/tokens/update.js +32 -0
- package/lib/v1/tokens/update.js.map +1 -0
- package/lib/v1/webhooks/index.d.ts +2 -0
- package/lib/v1/webhooks/index.js +44 -0
- package/lib/v1/webhooks/index.js.map +1 -0
- package/lib/webhooks/index.d.ts +3 -3
- package/lib/webhooks/index.js +30 -64
- package/lib/webhooks/index.js.map +1 -1
- package/lib/webhooks/validation.d.ts +2 -3
- package/lib/webhooks/validation.js +30 -39
- package/lib/webhooks/validation.js.map +1 -1
- package/package.json +29 -29
- package/lib/captures/get.d.ts +0 -3
- package/lib/captures/get.js +0 -17
- package/lib/captures/get.js.map +0 -1
- package/lib/captures/index.d.ts +0 -3
- package/lib/captures/index.js +0 -13
- package/lib/captures/index.js.map +0 -1
- package/lib/captures/refund.d.ts +0 -4
- package/lib/captures/refund.js +0 -30
- package/lib/captures/refund.js.map +0 -1
- package/lib/disputes/cancel.d.ts +0 -3
- package/lib/disputes/cancel.js +0 -17
- package/lib/disputes/cancel.js.map +0 -1
- package/lib/disputes/get.d.ts +0 -3
- package/lib/disputes/get.js +0 -17
- package/lib/disputes/get.js.map +0 -1
- package/lib/disputes/index.d.ts +0 -3
- package/lib/disputes/index.js +0 -17
- package/lib/disputes/index.js.map +0 -1
- package/lib/disputes/submit.d.ts +0 -3
- package/lib/disputes/submit.js +0 -17
- package/lib/disputes/submit.js.map +0 -1
- package/lib/disputes/uploadFile.d.ts +0 -4
- package/lib/disputes/uploadFile.js +0 -17
- package/lib/disputes/uploadFile.js.map +0 -1
- package/lib/files/getFile.d.ts +0 -3
- package/lib/files/getFile.js +0 -17
- package/lib/files/getFile.js.map +0 -1
- package/lib/files/index.d.ts +0 -3
- package/lib/files/index.js +0 -11
- package/lib/files/index.js.map +0 -1
- package/lib/hostedcheckouts/create.d.ts +0 -4
- package/lib/hostedcheckouts/create.js +0 -30
- package/lib/hostedcheckouts/create.js.map +0 -1
- package/lib/hostedcheckouts/get.d.ts +0 -3
- package/lib/hostedcheckouts/get.js +0 -17
- package/lib/hostedcheckouts/get.js.map +0 -1
- package/lib/hostedcheckouts/index.d.ts +0 -3
- package/lib/hostedcheckouts/index.js +0 -15
- package/lib/hostedcheckouts/index.js.map +0 -1
- package/lib/hostedcheckouts/remove.d.ts +0 -3
- package/lib/hostedcheckouts/remove.js +0 -17
- package/lib/hostedcheckouts/remove.js.map +0 -1
- package/lib/hostedmandatemanagements/create.d.ts +0 -4
- package/lib/hostedmandatemanagements/create.js +0 -30
- package/lib/hostedmandatemanagements/create.js.map +0 -1
- package/lib/hostedmandatemanagements/get.d.ts +0 -3
- package/lib/hostedmandatemanagements/get.js +0 -17
- package/lib/hostedmandatemanagements/get.js.map +0 -1
- package/lib/hostedmandatemanagements/index.d.ts +0 -3
- package/lib/hostedmandatemanagements/index.js +0 -13
- package/lib/hostedmandatemanagements/index.js.map +0 -1
- package/lib/installments/getInstallmentsInfo.d.ts +0 -4
- package/lib/installments/getInstallmentsInfo.js +0 -30
- package/lib/installments/getInstallmentsInfo.js.map +0 -1
- package/lib/installments/index.d.ts +0 -3
- package/lib/installments/index.js +0 -11
- package/lib/installments/index.js.map +0 -1
- package/lib/mandates/block.d.ts +0 -3
- package/lib/mandates/block.js +0 -17
- package/lib/mandates/block.js.map +0 -1
- package/lib/mandates/create.d.ts +0 -4
- package/lib/mandates/create.js +0 -30
- package/lib/mandates/create.js.map +0 -1
- package/lib/mandates/createWithMandateReference.d.ts +0 -4
- package/lib/mandates/createWithMandateReference.js +0 -30
- package/lib/mandates/createWithMandateReference.js.map +0 -1
- package/lib/mandates/get.d.ts +0 -3
- package/lib/mandates/get.js +0 -17
- package/lib/mandates/get.js.map +0 -1
- package/lib/mandates/index.d.ts +0 -3
- package/lib/mandates/index.js +0 -21
- package/lib/mandates/index.js.map +0 -1
- package/lib/mandates/revoke.d.ts +0 -3
- package/lib/mandates/revoke.js +0 -17
- package/lib/mandates/revoke.js.map +0 -1
- package/lib/mandates/unblock.d.ts +0 -3
- package/lib/mandates/unblock.js +0 -17
- package/lib/mandates/unblock.js.map +0 -1
- package/lib/model/captures/index.d.ts +0 -18
- package/lib/model/disputes/index.d.ts +0 -34
- package/lib/model/domain/capture/definitions/index.d.ts +0 -27
- package/lib/model/domain/capture/definitions/index.js.map +0 -1
- package/lib/model/domain/capture/index.d.ts +0 -6
- package/lib/model/domain/capture/index.js.map +0 -1
- package/lib/model/domain/definitions/index.d.ts +0 -320
- package/lib/model/domain/definitions/index.js.map +0 -1
- package/lib/model/domain/dispute/definitions/index.d.ts +0 -38
- package/lib/model/domain/dispute/definitions/index.js.map +0 -1
- package/lib/model/domain/dispute/index.d.ts +0 -18
- package/lib/model/domain/dispute/index.js.map +0 -1
- package/lib/model/domain/errors/definitions/index.d.ts +0 -9
- package/lib/model/domain/errors/definitions/index.js.map +0 -1
- package/lib/model/domain/errors/index.d.ts +0 -5
- package/lib/model/domain/errors/index.js.map +0 -1
- package/lib/model/domain/file/definitions/index.d.ts +0 -6
- package/lib/model/domain/file/definitions/index.js +0 -7
- package/lib/model/domain/file/definitions/index.js.map +0 -1
- package/lib/model/domain/hostedcheckout/definitions/index.d.ts +0 -71
- package/lib/model/domain/hostedcheckout/definitions/index.js.map +0 -1
- package/lib/model/domain/hostedcheckout/index.d.ts +0 -27
- package/lib/model/domain/hostedcheckout/index.js.map +0 -1
- package/lib/model/domain/hostedmandatemanagement/definitions/index.d.ts +0 -15
- package/lib/model/domain/hostedmandatemanagement/definitions/index.js.map +0 -1
- package/lib/model/domain/hostedmandatemanagement/index.d.ts +0 -15
- package/lib/model/domain/hostedmandatemanagement/index.js.map +0 -1
- package/lib/model/domain/installments/definitions/index.d.ts +0 -11
- package/lib/model/domain/installments/definitions/index.js.map +0 -1
- package/lib/model/domain/installments/index.d.ts +0 -11
- package/lib/model/domain/installments/index.js.map +0 -1
- package/lib/model/domain/mandates/definitions/index.d.ts +0 -52
- package/lib/model/domain/mandates/definitions/index.js.map +0 -1
- package/lib/model/domain/mandates/index.d.ts +0 -10
- package/lib/model/domain/mandates/index.js.map +0 -1
- package/lib/model/domain/metadata/index.js.map +0 -1
- package/lib/model/domain/payment/definitions/index.d.ts +0 -910
- package/lib/model/domain/payment/definitions/index.js.map +0 -1
- package/lib/model/domain/payment/index.d.ts +0 -77
- package/lib/model/domain/payment/index.js.map +0 -1
- package/lib/model/domain/payout/definitions/index.d.ts +0 -51
- package/lib/model/domain/payout/definitions/index.js +0 -3
- package/lib/model/domain/payout/definitions/index.js.map +0 -1
- package/lib/model/domain/payout/index.d.ts +0 -57
- package/lib/model/domain/payout/index.js +0 -3
- package/lib/model/domain/payout/index.js.map +0 -1
- package/lib/model/domain/product/definitions/index.d.ts +0 -166
- package/lib/model/domain/product/definitions/index.js +0 -3
- package/lib/model/domain/product/definitions/index.js.map +0 -1
- package/lib/model/domain/product/index.d.ts +0 -47
- package/lib/model/domain/product/index.js +0 -3
- package/lib/model/domain/product/index.js.map +0 -1
- package/lib/model/domain/refund/definitions/index.d.ts +0 -26
- package/lib/model/domain/refund/definitions/index.js +0 -3
- package/lib/model/domain/refund/definitions/index.js.map +0 -1
- package/lib/model/domain/refund/index.d.ts +0 -29
- package/lib/model/domain/refund/index.js +0 -3
- package/lib/model/domain/refund/index.js.map +0 -1
- package/lib/model/domain/riskassessments/definitions/index.d.ts +0 -52
- package/lib/model/domain/riskassessments/definitions/index.js +0 -3
- package/lib/model/domain/riskassessments/definitions/index.js.map +0 -1
- package/lib/model/domain/riskassessments/index.d.ts +0 -12
- package/lib/model/domain/riskassessments/index.js +0 -3
- package/lib/model/domain/riskassessments/index.js.map +0 -1
- package/lib/model/domain/services/definitions/index.d.ts +0 -33
- package/lib/model/domain/services/definitions/index.js +0 -3
- package/lib/model/domain/services/definitions/index.js.map +0 -1
- package/lib/model/domain/services/index.d.ts +0 -29
- package/lib/model/domain/services/index.js +0 -3
- package/lib/model/domain/services/index.js.map +0 -1
- package/lib/model/domain/sessions/definitions/index.d.ts +0 -5
- package/lib/model/domain/sessions/definitions/index.js +0 -3
- package/lib/model/domain/sessions/definitions/index.js.map +0 -1
- package/lib/model/domain/sessions/index.d.ts +0 -13
- package/lib/model/domain/sessions/index.js +0 -3
- package/lib/model/domain/sessions/index.js.map +0 -1
- package/lib/model/domain/token/definitions/index.d.ts +0 -102
- package/lib/model/domain/token/definitions/index.js +0 -3
- package/lib/model/domain/token/definitions/index.js.map +0 -1
- package/lib/model/domain/token/index.d.ts +0 -32
- package/lib/model/domain/token/index.js +0 -3
- package/lib/model/domain/token/index.js.map +0 -1
- package/lib/model/domain/webhooks/index.d.ts +0 -17
- package/lib/model/domain/webhooks/index.js +0 -3
- package/lib/model/domain/webhooks/index.js.map +0 -1
- package/lib/model/files/index.d.ts +0 -10
- package/lib/model/files/index.js +0 -3
- package/lib/model/hostedcheckouts/index.d.ts +0 -25
- package/lib/model/hostedcheckouts/index.js +0 -3
- package/lib/model/hostedcheckouts/index.js.map +0 -1
- package/lib/model/hostedmandatemanagements/index.d.ts +0 -18
- package/lib/model/hostedmandatemanagements/index.js +0 -3
- package/lib/model/hostedmandatemanagements/index.js.map +0 -1
- package/lib/model/installments/index.d.ts +0 -11
- package/lib/model/installments/index.js +0 -3
- package/lib/model/mandates/index.d.ts +0 -46
- package/lib/model/mandates/index.js +0 -3
- package/lib/model/mandates/index.js.map +0 -1
- package/lib/model/payments/index.d.ts +0 -132
- package/lib/model/payments/index.js +0 -3
- package/lib/model/payments/index.js.map +0 -1
- package/lib/model/payouts/index.d.ts +0 -52
- package/lib/model/payouts/index.js +0 -3
- package/lib/model/payouts/index.js.map +0 -1
- package/lib/model/productgroups/index.d.ts +0 -43
- package/lib/model/productgroups/index.js +0 -3
- package/lib/model/productgroups/index.js.map +0 -1
- package/lib/model/products/index.d.ts +0 -82
- package/lib/model/products/index.js +0 -3
- package/lib/model/products/index.js.map +0 -1
- package/lib/model/refunds/index.d.ts +0 -46
- package/lib/model/refunds/index.js +0 -3
- package/lib/model/refunds/index.js.map +0 -1
- package/lib/model/riskassessments/index.d.ts +0 -18
- package/lib/model/riskassessments/index.js +0 -3
- package/lib/model/riskassessments/index.js.map +0 -1
- package/lib/model/services/index.d.ts +0 -48
- package/lib/model/services/index.js +0 -3
- package/lib/model/services/index.js.map +0 -1
- package/lib/model/sessions/index.d.ts +0 -11
- package/lib/model/sessions/index.js +0 -3
- package/lib/model/sessions/index.js.map +0 -1
- package/lib/model/tokens/index.d.ts +0 -42
- package/lib/model/tokens/index.js +0 -3
- package/lib/payments/approve.d.ts +0 -4
- package/lib/payments/approve.js +0 -30
- package/lib/payments/approve.js.map +0 -1
- package/lib/payments/cancel.d.ts +0 -3
- package/lib/payments/cancel.js +0 -17
- package/lib/payments/cancel.js.map +0 -1
- package/lib/payments/cancelapproval.d.ts +0 -3
- package/lib/payments/cancelapproval.js +0 -17
- package/lib/payments/cancelapproval.js.map +0 -1
- package/lib/payments/capture.d.ts +0 -4
- package/lib/payments/capture.js +0 -30
- package/lib/payments/capture.js.map +0 -1
- package/lib/payments/captures.d.ts +0 -3
- package/lib/payments/captures.js +0 -17
- package/lib/payments/captures.js.map +0 -1
- package/lib/payments/complete.d.ts +0 -4
- package/lib/payments/complete.js +0 -30
- package/lib/payments/complete.js.map +0 -1
- package/lib/payments/create.d.ts +0 -4
- package/lib/payments/create.js +0 -30
- package/lib/payments/create.js.map +0 -1
- package/lib/payments/devicefingerprint.d.ts +0 -3
- package/lib/payments/devicefingerprint.js +0 -17
- package/lib/payments/devicefingerprint.js.map +0 -1
- package/lib/payments/dispute.d.ts +0 -4
- package/lib/payments/dispute.js +0 -30
- package/lib/payments/dispute.js.map +0 -1
- package/lib/payments/disputes.d.ts +0 -3
- package/lib/payments/disputes.js +0 -17
- package/lib/payments/disputes.js.map +0 -1
- package/lib/payments/find.d.ts +0 -4
- package/lib/payments/find.js +0 -17
- package/lib/payments/find.js.map +0 -1
- package/lib/payments/get.d.ts +0 -3
- package/lib/payments/get.js +0 -17
- package/lib/payments/get.js.map +0 -1
- package/lib/payments/index.d.ts +0 -3
- package/lib/payments/index.js +0 -43
- package/lib/payments/index.js.map +0 -1
- package/lib/payments/processchallenged.d.ts +0 -3
- package/lib/payments/processchallenged.js +0 -17
- package/lib/payments/processchallenged.js.map +0 -1
- package/lib/payments/refund.d.ts +0 -4
- package/lib/payments/refund.js +0 -30
- package/lib/payments/refund.js.map +0 -1
- package/lib/payments/refunds.d.ts +0 -3
- package/lib/payments/refunds.js +0 -17
- package/lib/payments/refunds.js.map +0 -1
- package/lib/payments/thirdPartyStatus.d.ts +0 -3
- package/lib/payments/thirdPartyStatus.js +0 -17
- package/lib/payments/thirdPartyStatus.js.map +0 -1
- package/lib/payments/tokenize.d.ts +0 -4
- package/lib/payments/tokenize.js +0 -30
- package/lib/payments/tokenize.js.map +0 -1
- package/lib/payouts/approve.d.ts +0 -4
- package/lib/payouts/approve.js +0 -30
- package/lib/payouts/approve.js.map +0 -1
- package/lib/payouts/cancel.d.ts +0 -3
- package/lib/payouts/cancel.js +0 -17
- package/lib/payouts/cancel.js.map +0 -1
- package/lib/payouts/cancelapproval.d.ts +0 -3
- package/lib/payouts/cancelapproval.js +0 -17
- package/lib/payouts/cancelapproval.js.map +0 -1
- package/lib/payouts/create.d.ts +0 -4
- package/lib/payouts/create.js +0 -30
- package/lib/payouts/create.js.map +0 -1
- package/lib/payouts/find.d.ts +0 -4
- package/lib/payouts/find.js +0 -17
- package/lib/payouts/find.js.map +0 -1
- package/lib/payouts/get.d.ts +0 -3
- package/lib/payouts/get.js +0 -17
- package/lib/payouts/get.js.map +0 -1
- package/lib/payouts/index.d.ts +0 -3
- package/lib/payouts/index.js +0 -21
- package/lib/payouts/index.js.map +0 -1
- package/lib/productgroups/deviceFingerprint.d.ts +0 -4
- package/lib/productgroups/deviceFingerprint.js +0 -30
- package/lib/productgroups/deviceFingerprint.js.map +0 -1
- package/lib/productgroups/find.d.ts +0 -4
- package/lib/productgroups/find.js +0 -17
- package/lib/productgroups/find.js.map +0 -1
- package/lib/productgroups/get.d.ts +0 -4
- package/lib/productgroups/get.js +0 -17
- package/lib/productgroups/get.js.map +0 -1
- package/lib/productgroups/index.d.ts +0 -3
- package/lib/productgroups/index.js +0 -15
- package/lib/productgroups/index.js.map +0 -1
- package/lib/products/customerDetails.d.ts +0 -4
- package/lib/products/customerDetails.js +0 -30
- package/lib/products/customerDetails.js.map +0 -1
- package/lib/products/deviceFingerprint.d.ts +0 -4
- package/lib/products/deviceFingerprint.js +0 -30
- package/lib/products/deviceFingerprint.js.map +0 -1
- package/lib/products/directory.d.ts +0 -4
- package/lib/products/directory.js +0 -17
- package/lib/products/directory.js.map +0 -1
- package/lib/products/find.d.ts +0 -4
- package/lib/products/find.js +0 -17
- package/lib/products/find.js.map +0 -1
- package/lib/products/get.d.ts +0 -4
- package/lib/products/get.js +0 -17
- package/lib/products/get.js.map +0 -1
- package/lib/products/index.d.ts +0 -3
- package/lib/products/index.js +0 -23
- package/lib/products/index.js.map +0 -1
- package/lib/products/networks.d.ts +0 -4
- package/lib/products/networks.js +0 -17
- package/lib/products/networks.js.map +0 -1
- package/lib/products/sessions.d.ts +0 -4
- package/lib/products/sessions.js +0 -30
- package/lib/products/sessions.js.map +0 -1
- package/lib/refunds/approve.d.ts +0 -4
- package/lib/refunds/approve.js +0 -30
- package/lib/refunds/approve.js.map +0 -1
- package/lib/refunds/cancel.d.ts +0 -3
- package/lib/refunds/cancel.js +0 -17
- package/lib/refunds/cancel.js.map +0 -1
- package/lib/refunds/cancelapproval.d.ts +0 -3
- package/lib/refunds/cancelapproval.js +0 -17
- package/lib/refunds/cancelapproval.js.map +0 -1
- package/lib/refunds/find.d.ts +0 -4
- package/lib/refunds/find.js +0 -17
- package/lib/refunds/find.js.map +0 -1
- package/lib/refunds/get.d.ts +0 -3
- package/lib/refunds/get.js +0 -17
- package/lib/refunds/get.js.map +0 -1
- package/lib/refunds/index.d.ts +0 -3
- package/lib/refunds/index.js +0 -19
- package/lib/refunds/index.js.map +0 -1
- package/lib/riskassessments/bankaccounts.d.ts +0 -4
- package/lib/riskassessments/bankaccounts.js +0 -30
- package/lib/riskassessments/bankaccounts.js.map +0 -1
- package/lib/riskassessments/cards.d.ts +0 -4
- package/lib/riskassessments/cards.js +0 -30
- package/lib/riskassessments/cards.js.map +0 -1
- package/lib/riskassessments/index.d.ts +0 -3
- package/lib/riskassessments/index.js +0 -13
- package/lib/riskassessments/index.js.map +0 -1
- package/lib/services/bankaccount.d.ts +0 -4
- package/lib/services/bankaccount.js +0 -30
- package/lib/services/bankaccount.js.map +0 -1
- package/lib/services/convertAmount.d.ts +0 -4
- package/lib/services/convertAmount.js +0 -17
- package/lib/services/convertAmount.js.map +0 -1
- package/lib/services/getIINdetails.d.ts +0 -4
- package/lib/services/getIINdetails.js +0 -30
- package/lib/services/getIINdetails.js.map +0 -1
- package/lib/services/index.d.ts +0 -3
- package/lib/services/index.js +0 -19
- package/lib/services/index.js.map +0 -1
- package/lib/services/privacypolicy.d.ts +0 -4
- package/lib/services/privacypolicy.js +0 -17
- package/lib/services/privacypolicy.js.map +0 -1
- package/lib/services/testconnection.d.ts +0 -3
- package/lib/services/testconnection.js +0 -17
- package/lib/services/testconnection.js.map +0 -1
- package/lib/sessions/create.d.ts +0 -4
- package/lib/sessions/create.js +0 -30
- package/lib/sessions/create.js.map +0 -1
- package/lib/sessions/index.d.ts +0 -3
- package/lib/sessions/index.js +0 -11
- package/lib/sessions/index.js.map +0 -1
- package/lib/tokens/approvesepadirectdebit.d.ts +0 -4
- package/lib/tokens/approvesepadirectdebit.js +0 -30
- package/lib/tokens/approvesepadirectdebit.js.map +0 -1
- package/lib/tokens/create.d.ts +0 -4
- package/lib/tokens/create.js +0 -30
- package/lib/tokens/create.js.map +0 -1
- package/lib/tokens/get.d.ts +0 -3
- package/lib/tokens/get.js +0 -17
- package/lib/tokens/get.js.map +0 -1
- package/lib/tokens/index.d.ts +0 -3
- package/lib/tokens/index.js +0 -19
- package/lib/tokens/index.js.map +0 -1
- package/lib/tokens/remove.d.ts +0 -4
- package/lib/tokens/remove.js +0 -17
- package/lib/tokens/remove.js.map +0 -1
- package/lib/tokens/update.d.ts +0 -4
- package/lib/tokens/update.js +0 -30
- package/lib/tokens/update.js.map +0 -1
- package/lib/utils/versions.d.ts +0 -1
- package/lib/utils/versions.js +0 -9
- package/lib/utils/versions.js.map +0 -1
- /package/lib/model/domain/{metadata/index.d.ts → index.d.ts} +0 -0
- /package/lib/model/{captures → domain}/index.js +0 -0
- /package/lib/{model/disputes → v1/model/captures}/index.js +0 -0
- /package/lib/{model/domain/capture/definitions → v1/model/disputes}/index.js +0 -0
- /package/lib/{model/domain/capture → v1/model/files}/index.js +0 -0
- /package/lib/{model/domain/definitions → v1/model/hostedcheckouts}/index.js +0 -0
- /package/lib/{model/domain/dispute/definitions → v1/model/hostedmandatemanagements}/index.js +0 -0
- /package/lib/{model/domain/dispute → v1/model}/index.js +0 -0
- /package/lib/{model/domain/errors → v1/model/installments}/index.js +0 -0
- /package/lib/{model/domain/hostedcheckout/definitions → v1/model/mandates}/index.js +0 -0
- /package/lib/{model/domain/hostedcheckout → v1/model/payments}/index.js +0 -0
- /package/lib/{model/domain/hostedmandatemanagement/definitions → v1/model/payouts}/index.js +0 -0
- /package/lib/{model/domain/hostedmandatemanagement → v1/model/productgroups}/index.js +0 -0
- /package/lib/{model/domain/installments/definitions → v1/model/products}/index.js +0 -0
- /package/lib/{model/domain/installments → v1/model/refunds}/index.js +0 -0
- /package/lib/{model/domain/mandates/definitions → v1/model/riskassessments}/index.js +0 -0
- /package/lib/{model/domain/mandates → v1/model/services}/index.js +0 -0
- /package/lib/{model/domain/metadata → v1/model/sessions}/index.js +0 -0
- /package/lib/{model/domain/payment/definitions → v1/model/tokens}/index.js +0 -0
- /package/lib/{model/domain/payment → v1/model/webhooks}/index.js +0 -0
- /package/schemas/{payment → v1}/ApprovePaymentRequest.json +0 -0
- /package/schemas/{payout → v1}/ApprovePayoutRequest.json +0 -0
- /package/schemas/{refund → v1}/ApproveRefundRequest.json +0 -0
- /package/schemas/{token → v1}/ApproveTokenRequest.json +0 -0
- /package/schemas/{services → v1}/BankDetailsRequest.json +0 -0
- /package/schemas/{payment → v1}/CapturePaymentRequest.json +0 -0
- /package/schemas/{payment → v1}/CompletePaymentRequest.json +0 -0
- /package/schemas/{dispute → v1}/CreateDisputeRequest.json +0 -0
- /package/schemas/{hostedcheckout → v1}/CreateHostedCheckoutRequest.json +0 -0
- /package/schemas/{hostedmandatemanagement → v1}/CreateHostedMandateManagementRequest.json +0 -0
- /package/schemas/{mandates → v1}/CreateMandateRequest.json +0 -0
- /package/schemas/{product → v1}/CreatePaymentProductSessionRequest.json +0 -0
- /package/schemas/{payment → v1}/CreatePaymentRequest.json +0 -0
- /package/schemas/{payout → v1}/CreatePayoutRequest.json +0 -0
- /package/schemas/{token → v1}/CreateTokenRequest.json +0 -0
- /package/schemas/{product → v1}/DeviceFingerprintRequest.json +0 -0
- /package/schemas/{product → v1}/GetCustomerDetailsRequest.json +0 -0
- /package/schemas/{services → v1}/GetIINDetailsRequest.json +0 -0
- /package/schemas/{installments → v1}/GetInstallmentRequest.json +0 -0
- /package/schemas/{refund → v1}/RefundRequest.json +0 -0
- /package/schemas/{riskassessments → v1}/RiskAssessmentBankAccount.json +0 -0
- /package/schemas/{riskassessments → v1}/RiskAssessmentCard.json +0 -0
- /package/schemas/{sessions → v1}/SessionRequest.json +0 -0
- /package/schemas/{payment → v1}/TokenizePaymentRequest.json +0 -0
- /package/schemas/{token → v1}/UpdateTokenRequest.json +0 -0
|
@@ -0,0 +1,2242 @@
|
|
|
1
|
+
export interface APIError {
|
|
2
|
+
category?: string | null;
|
|
3
|
+
code?: string | null;
|
|
4
|
+
httpStatusCode?: number | null;
|
|
5
|
+
id?: string | null;
|
|
6
|
+
message?: string | null;
|
|
7
|
+
propertyName?: string | null;
|
|
8
|
+
requestId?: string | null;
|
|
9
|
+
}
|
|
10
|
+
export interface AbstractBankTransferPaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput {
|
|
11
|
+
additionalReference?: string | null;
|
|
12
|
+
}
|
|
13
|
+
export interface AbstractCardPaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput {
|
|
14
|
+
acquirerPromotionCode?: string | null;
|
|
15
|
+
authorizationMode?: string | null;
|
|
16
|
+
customerReference?: string | null;
|
|
17
|
+
initialSchemeTransactionId?: string | null;
|
|
18
|
+
recurring?: CardRecurrenceDetails | null;
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated Use recurring.recurringPaymentSequenceIndicator instead
|
|
21
|
+
*/
|
|
22
|
+
recurringPaymentSequenceIndicator?: string | null;
|
|
23
|
+
requiresApproval?: boolean | null;
|
|
24
|
+
/**
|
|
25
|
+
* @deprecated Use threeDSecure.skipAuthentication instead
|
|
26
|
+
*/
|
|
27
|
+
skipAuthentication?: boolean | null;
|
|
28
|
+
skipFraudService?: boolean | null;
|
|
29
|
+
token?: string | null;
|
|
30
|
+
tokenize?: boolean | null;
|
|
31
|
+
transactionChannel?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
* @deprecated Use unscheduledCardOnFileSequenceIndicator instead
|
|
34
|
+
*/
|
|
35
|
+
unscheduledCardOnFileIndicator?: string | null;
|
|
36
|
+
unscheduledCardOnFileRequestor?: string | null;
|
|
37
|
+
unscheduledCardOnFileSequenceIndicator?: string | null;
|
|
38
|
+
}
|
|
39
|
+
export interface AbstractCashPaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput {
|
|
40
|
+
}
|
|
41
|
+
export interface AbstractEInvoicePaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput {
|
|
42
|
+
requiresApproval?: boolean | null;
|
|
43
|
+
}
|
|
44
|
+
export interface AbstractIndicator {
|
|
45
|
+
name?: string | null;
|
|
46
|
+
value?: string | null;
|
|
47
|
+
}
|
|
48
|
+
export interface AbstractOrderStatus {
|
|
49
|
+
id?: string | null;
|
|
50
|
+
}
|
|
51
|
+
export interface AbstractPaymentMethodSpecificInput {
|
|
52
|
+
paymentProductId?: number | null;
|
|
53
|
+
}
|
|
54
|
+
export interface AbstractPaymentMethodSpecificOutput {
|
|
55
|
+
paymentProductId?: number | null;
|
|
56
|
+
}
|
|
57
|
+
export interface AbstractPayoutMethodSpecificInput {
|
|
58
|
+
}
|
|
59
|
+
export interface AbstractRedirectPaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput {
|
|
60
|
+
expirationPeriod?: number | null;
|
|
61
|
+
recurringPaymentSequenceIndicator?: string | null;
|
|
62
|
+
requiresApproval?: boolean | null;
|
|
63
|
+
token?: string | null;
|
|
64
|
+
tokenize?: boolean | null;
|
|
65
|
+
}
|
|
66
|
+
export interface AbstractRedirectPaymentProduct4101SpecificInput {
|
|
67
|
+
}
|
|
68
|
+
export interface AbstractRedirectPaymentProduct840SpecificInput {
|
|
69
|
+
addressSelectionAtPayPal?: boolean | null;
|
|
70
|
+
}
|
|
71
|
+
export interface AbstractSepaDirectDebitPaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput {
|
|
72
|
+
}
|
|
73
|
+
export interface AbstractSepaDirectDebitPaymentProduct771SpecificInput {
|
|
74
|
+
/**
|
|
75
|
+
* @deprecated Use existingUniqueMandateReference or mandate.uniqueMandateReference instead
|
|
76
|
+
*/
|
|
77
|
+
mandateReference?: string | null;
|
|
78
|
+
}
|
|
79
|
+
export interface AbstractThreeDSecure {
|
|
80
|
+
authenticationAmount?: AmountOfMoney | null;
|
|
81
|
+
authenticationFlow?: string | null;
|
|
82
|
+
challengeCanvasSize?: string | null;
|
|
83
|
+
challengeIndicator?: string | null;
|
|
84
|
+
exemptionRequest?: string | null;
|
|
85
|
+
priorThreeDSecureData?: ThreeDSecureData | null;
|
|
86
|
+
sdkData?: SdkDataInput | null;
|
|
87
|
+
skipAuthentication?: boolean | null;
|
|
88
|
+
transactionRiskLevel?: string | null;
|
|
89
|
+
}
|
|
90
|
+
export interface AbstractToken {
|
|
91
|
+
alias?: string | null;
|
|
92
|
+
}
|
|
93
|
+
export interface AccountFundingRecipient {
|
|
94
|
+
accountNumber?: string | null;
|
|
95
|
+
accountNumberType?: string | null;
|
|
96
|
+
address?: Address | null;
|
|
97
|
+
dateOfBirth?: string | null;
|
|
98
|
+
name?: AfrName | null;
|
|
99
|
+
partialPan?: string | null;
|
|
100
|
+
}
|
|
101
|
+
export interface AccountOnFile {
|
|
102
|
+
attributes?: AccountOnFileAttribute[] | null;
|
|
103
|
+
displayHints?: AccountOnFileDisplayHints | null;
|
|
104
|
+
id?: number | null;
|
|
105
|
+
paymentProductId?: number | null;
|
|
106
|
+
}
|
|
107
|
+
export interface AccountOnFileAttribute extends KeyValuePair {
|
|
108
|
+
mustWriteReason?: string | null;
|
|
109
|
+
status?: string | null;
|
|
110
|
+
}
|
|
111
|
+
export interface AccountOnFileDisplayHints {
|
|
112
|
+
labelTemplate?: LabelTemplateElement[] | null;
|
|
113
|
+
logo?: string | null;
|
|
114
|
+
}
|
|
115
|
+
export interface AdditionalOrderInput {
|
|
116
|
+
accountFundingRecipient?: AccountFundingRecipient | null;
|
|
117
|
+
airlineData?: AirlineData | null;
|
|
118
|
+
installments?: Installments | null;
|
|
119
|
+
/**
|
|
120
|
+
* @deprecated Use Order.shoppingCart.amountBreakdown instead
|
|
121
|
+
*/
|
|
122
|
+
level3SummaryData?: Level3SummaryData | null;
|
|
123
|
+
/**
|
|
124
|
+
* @deprecated No replacement
|
|
125
|
+
*/
|
|
126
|
+
loanRecipient?: LoanRecipient | null;
|
|
127
|
+
lodgingData?: LodgingData | null;
|
|
128
|
+
/**
|
|
129
|
+
* @deprecated Use installments.numberOfInstallments instead
|
|
130
|
+
*/
|
|
131
|
+
numberOfInstallments?: number | null;
|
|
132
|
+
orderDate?: string | null;
|
|
133
|
+
typeInformation?: OrderTypeInformation | null;
|
|
134
|
+
}
|
|
135
|
+
export interface AdditionalOrderInputAirlineData {
|
|
136
|
+
airlineData?: AirlineData | null;
|
|
137
|
+
lodgingData?: LodgingData | null;
|
|
138
|
+
}
|
|
139
|
+
export interface Address {
|
|
140
|
+
additionalInfo?: string | null;
|
|
141
|
+
city?: string | null;
|
|
142
|
+
countryCode?: string | null;
|
|
143
|
+
houseNumber?: string | null;
|
|
144
|
+
state?: string | null;
|
|
145
|
+
stateCode?: string | null;
|
|
146
|
+
street?: string | null;
|
|
147
|
+
zip?: string | null;
|
|
148
|
+
}
|
|
149
|
+
export interface AddressPersonal extends Address {
|
|
150
|
+
name?: PersonalName | null;
|
|
151
|
+
}
|
|
152
|
+
export interface AfrName {
|
|
153
|
+
firstName?: string | null;
|
|
154
|
+
surname?: string | null;
|
|
155
|
+
}
|
|
156
|
+
export interface AirlineData {
|
|
157
|
+
agentNumericCode?: string | null;
|
|
158
|
+
code?: string | null;
|
|
159
|
+
flightDate?: string | null;
|
|
160
|
+
flightLegs?: AirlineFlightLeg[] | null;
|
|
161
|
+
invoiceNumber?: string | null;
|
|
162
|
+
isETicket?: boolean | null;
|
|
163
|
+
/**
|
|
164
|
+
* @deprecated Use Order.customer.accountType instead
|
|
165
|
+
*/
|
|
166
|
+
isRegisteredCustomer?: boolean | null;
|
|
167
|
+
isRestrictedTicket?: boolean | null;
|
|
168
|
+
isThirdParty?: boolean | null;
|
|
169
|
+
issueDate?: string | null;
|
|
170
|
+
merchantCustomerId?: string | null;
|
|
171
|
+
name?: string | null;
|
|
172
|
+
numberInParty?: number | null;
|
|
173
|
+
passengerName?: string | null;
|
|
174
|
+
passengers?: AirlinePassenger[] | null;
|
|
175
|
+
placeOfIssue?: string | null;
|
|
176
|
+
pnr?: string | null;
|
|
177
|
+
pointOfSale?: string | null;
|
|
178
|
+
posCityCode?: string | null;
|
|
179
|
+
ticketDeliveryMethod?: string | null;
|
|
180
|
+
ticketNumber?: string | null;
|
|
181
|
+
totalFare?: number | null;
|
|
182
|
+
totalFee?: number | null;
|
|
183
|
+
totalTaxes?: number | null;
|
|
184
|
+
travelAgencyName?: string | null;
|
|
185
|
+
}
|
|
186
|
+
export interface AirlineFlightLeg {
|
|
187
|
+
airlineClass?: string | null;
|
|
188
|
+
arrivalAirport?: string | null;
|
|
189
|
+
arrivalTime?: string | null;
|
|
190
|
+
carrierCode?: string | null;
|
|
191
|
+
conjunctionTicket?: string | null;
|
|
192
|
+
couponNumber?: string | null;
|
|
193
|
+
date?: string | null;
|
|
194
|
+
departureTime?: string | null;
|
|
195
|
+
endorsementOrRestriction?: string | null;
|
|
196
|
+
exchangeTicket?: string | null;
|
|
197
|
+
fare?: string | null;
|
|
198
|
+
fareBasis?: string | null;
|
|
199
|
+
fee?: number | null;
|
|
200
|
+
flightNumber?: string | null;
|
|
201
|
+
number?: number | null;
|
|
202
|
+
originAirport?: string | null;
|
|
203
|
+
passengerClass?: string | null;
|
|
204
|
+
/**
|
|
205
|
+
* @deprecated Use passengerClass instead
|
|
206
|
+
*/
|
|
207
|
+
serviceClass?: string | null;
|
|
208
|
+
stopoverCode?: string | null;
|
|
209
|
+
taxes?: number | null;
|
|
210
|
+
}
|
|
211
|
+
export interface AirlinePassenger {
|
|
212
|
+
firstName?: string | null;
|
|
213
|
+
surname?: string | null;
|
|
214
|
+
surnamePrefix?: string | null;
|
|
215
|
+
title?: string | null;
|
|
216
|
+
}
|
|
217
|
+
export interface AmountBreakdown {
|
|
218
|
+
amount?: number | null;
|
|
219
|
+
type?: string | null;
|
|
220
|
+
}
|
|
221
|
+
export interface AmountOfMoney {
|
|
222
|
+
amount?: number | null;
|
|
223
|
+
currencyCode?: string | null;
|
|
224
|
+
}
|
|
225
|
+
export interface ApprovePaymentCardPaymentMethodSpecificOutput {
|
|
226
|
+
voidResponseId?: string | null;
|
|
227
|
+
}
|
|
228
|
+
export interface ApprovePaymentDirectDebitPaymentMethodSpecificInput extends ApprovePaymentPaymentMethodSpecificInput {
|
|
229
|
+
}
|
|
230
|
+
export interface ApprovePaymentMobilePaymentMethodSpecificOutput {
|
|
231
|
+
voidResponseId?: string | null;
|
|
232
|
+
}
|
|
233
|
+
export interface ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput extends ApprovePaymentDirectDebitPaymentMethodSpecificInput {
|
|
234
|
+
}
|
|
235
|
+
export interface ApprovePaymentPaymentMethodSpecificInput {
|
|
236
|
+
dateCollect?: string | null;
|
|
237
|
+
token?: string | null;
|
|
238
|
+
}
|
|
239
|
+
export interface ApprovePaymentRequest {
|
|
240
|
+
amount?: number | null;
|
|
241
|
+
directDebitPaymentMethodSpecificInput?: ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput | null;
|
|
242
|
+
order?: OrderApprovePayment | null;
|
|
243
|
+
sepaDirectDebitPaymentMethodSpecificInput?: ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput | null;
|
|
244
|
+
}
|
|
245
|
+
export interface ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput extends ApprovePaymentDirectDebitPaymentMethodSpecificInput {
|
|
246
|
+
}
|
|
247
|
+
export interface ApprovePayoutRequest {
|
|
248
|
+
datePayout?: string | null;
|
|
249
|
+
}
|
|
250
|
+
export interface ApproveRefundRequest {
|
|
251
|
+
amount?: number | null;
|
|
252
|
+
}
|
|
253
|
+
export interface ApproveTokenRequest extends MandateApproval {
|
|
254
|
+
}
|
|
255
|
+
export interface AuthenticationIndicator extends AbstractIndicator {
|
|
256
|
+
}
|
|
257
|
+
export interface BankAccount {
|
|
258
|
+
accountHolderName?: string | null;
|
|
259
|
+
}
|
|
260
|
+
export interface BankAccountBban extends BankAccount {
|
|
261
|
+
accountNumber?: string | null;
|
|
262
|
+
bankCode?: string | null;
|
|
263
|
+
bankName?: string | null;
|
|
264
|
+
branchCode?: string | null;
|
|
265
|
+
checkDigit?: string | null;
|
|
266
|
+
countryCode?: string | null;
|
|
267
|
+
}
|
|
268
|
+
export interface BankAccountBbanRefund extends BankAccountBban {
|
|
269
|
+
bankCity?: string | null;
|
|
270
|
+
patronymicName?: string | null;
|
|
271
|
+
swiftCode?: string | null;
|
|
272
|
+
}
|
|
273
|
+
export interface BankAccountIban extends BankAccount {
|
|
274
|
+
iban?: string | null;
|
|
275
|
+
}
|
|
276
|
+
export interface BankData {
|
|
277
|
+
newBankName?: string | null;
|
|
278
|
+
reformattedAccountNumber?: string | null;
|
|
279
|
+
reformattedBankCode?: string | null;
|
|
280
|
+
reformattedBranchCode?: string | null;
|
|
281
|
+
}
|
|
282
|
+
export interface BankDetails {
|
|
283
|
+
bankAccountBban?: BankAccountBban | null;
|
|
284
|
+
bankAccountIban?: BankAccountIban | null;
|
|
285
|
+
}
|
|
286
|
+
export interface BankDetailsRequest extends BankDetails {
|
|
287
|
+
}
|
|
288
|
+
export interface BankDetailsResponse {
|
|
289
|
+
bankAccountBban?: BankAccountBban | null;
|
|
290
|
+
bankAccountIban?: BankAccountIban | null;
|
|
291
|
+
bankData?: BankData | null;
|
|
292
|
+
swift?: Swift | null;
|
|
293
|
+
}
|
|
294
|
+
export interface BankRefundMethodSpecificInput {
|
|
295
|
+
bankAccountBban?: BankAccountBbanRefund | null;
|
|
296
|
+
bankAccountIban?: BankAccountIban | null;
|
|
297
|
+
countryCode?: string | null;
|
|
298
|
+
}
|
|
299
|
+
export interface BankTransferPaymentMethodSpecificInput extends AbstractBankTransferPaymentMethodSpecificInput {
|
|
300
|
+
}
|
|
301
|
+
export interface BankTransferPaymentMethodSpecificInputBase extends AbstractBankTransferPaymentMethodSpecificInput {
|
|
302
|
+
}
|
|
303
|
+
export interface BankTransferPaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput {
|
|
304
|
+
fraudResults?: FraudResults | null;
|
|
305
|
+
}
|
|
306
|
+
export interface BankTransferPayoutMethodSpecificInput extends AbstractPayoutMethodSpecificInput {
|
|
307
|
+
bankAccountBban?: BankAccountBban | null;
|
|
308
|
+
bankAccountIban?: BankAccountIban | null;
|
|
309
|
+
/**
|
|
310
|
+
* @deprecated Moved to PayoutDetails
|
|
311
|
+
*/
|
|
312
|
+
customer?: PayoutCustomer | null;
|
|
313
|
+
payoutDate?: string | null;
|
|
314
|
+
payoutText?: string | null;
|
|
315
|
+
swiftCode?: string | null;
|
|
316
|
+
}
|
|
317
|
+
export interface BoletoBancarioRequirednessValidator {
|
|
318
|
+
fiscalNumberLength?: number | null;
|
|
319
|
+
}
|
|
320
|
+
export interface BrowserData {
|
|
321
|
+
colorDepth?: number | null;
|
|
322
|
+
innerHeight?: string | null;
|
|
323
|
+
innerWidth?: string | null;
|
|
324
|
+
javaEnabled?: boolean | null;
|
|
325
|
+
javaScriptEnabled?: boolean | null;
|
|
326
|
+
screenHeight?: string | null;
|
|
327
|
+
screenWidth?: string | null;
|
|
328
|
+
}
|
|
329
|
+
export interface CancelApprovalPaymentResponse {
|
|
330
|
+
payment?: Payment | null;
|
|
331
|
+
}
|
|
332
|
+
export interface CancelPaymentCardPaymentMethodSpecificOutput {
|
|
333
|
+
voidResponseId?: string | null;
|
|
334
|
+
}
|
|
335
|
+
export interface CancelPaymentMobilePaymentMethodSpecificOutput {
|
|
336
|
+
voidResponseId?: string | null;
|
|
337
|
+
}
|
|
338
|
+
export interface CancelPaymentResponse {
|
|
339
|
+
cardPaymentMethodSpecificOutput?: CancelPaymentCardPaymentMethodSpecificOutput | null;
|
|
340
|
+
mobilePaymentMethodSpecificOutput?: CancelPaymentMobilePaymentMethodSpecificOutput | null;
|
|
341
|
+
payment?: Payment | null;
|
|
342
|
+
}
|
|
343
|
+
export interface Capture extends AbstractOrderStatus {
|
|
344
|
+
captureOutput?: CaptureOutput | null;
|
|
345
|
+
status?: string | null;
|
|
346
|
+
statusOutput?: CaptureStatusOutput | null;
|
|
347
|
+
}
|
|
348
|
+
export interface CaptureOutput extends OrderOutput {
|
|
349
|
+
amountPaid?: number | null;
|
|
350
|
+
amountReversed?: number | null;
|
|
351
|
+
bankTransferPaymentMethodSpecificOutput?: BankTransferPaymentMethodSpecificOutput | null;
|
|
352
|
+
cardPaymentMethodSpecificOutput?: CardPaymentMethodSpecificOutput | null;
|
|
353
|
+
cashPaymentMethodSpecificOutput?: CashPaymentMethodSpecificOutput | null;
|
|
354
|
+
directDebitPaymentMethodSpecificOutput?: NonSepaDirectDebitPaymentMethodSpecificOutput | null;
|
|
355
|
+
eInvoicePaymentMethodSpecificOutput?: EInvoicePaymentMethodSpecificOutput | null;
|
|
356
|
+
invoicePaymentMethodSpecificOutput?: InvoicePaymentMethodSpecificOutput | null;
|
|
357
|
+
mobilePaymentMethodSpecificOutput?: MobilePaymentMethodSpecificOutput | null;
|
|
358
|
+
paymentMethod?: string | null;
|
|
359
|
+
redirectPaymentMethodSpecificOutput?: RedirectPaymentMethodSpecificOutput | null;
|
|
360
|
+
reversalReason?: string | null;
|
|
361
|
+
sepaDirectDebitPaymentMethodSpecificOutput?: SepaDirectDebitPaymentMethodSpecificOutput | null;
|
|
362
|
+
}
|
|
363
|
+
export interface CapturePaymentRequest {
|
|
364
|
+
amount?: number | null;
|
|
365
|
+
isFinal?: boolean | null;
|
|
366
|
+
}
|
|
367
|
+
export interface CaptureResponse extends Capture {
|
|
368
|
+
}
|
|
369
|
+
export interface CaptureStatusOutput {
|
|
370
|
+
isRetriable?: boolean | null;
|
|
371
|
+
providerRawOutput?: KeyValuePair[] | null;
|
|
372
|
+
statusCode?: number | null;
|
|
373
|
+
}
|
|
374
|
+
export interface CapturesResponse {
|
|
375
|
+
captures?: Capture[] | null;
|
|
376
|
+
}
|
|
377
|
+
export interface Card extends CardWithoutCvv {
|
|
378
|
+
cvv?: string | null;
|
|
379
|
+
partialPin?: string | null;
|
|
380
|
+
}
|
|
381
|
+
export interface CardEssentials {
|
|
382
|
+
cardNumber?: string | null;
|
|
383
|
+
cardholderName?: string | null;
|
|
384
|
+
expiryDate?: string | null;
|
|
385
|
+
}
|
|
386
|
+
export interface CardFraudResults extends FraudResults {
|
|
387
|
+
avsResult?: string | null;
|
|
388
|
+
cvvResult?: string | null;
|
|
389
|
+
fraugster?: FraugsterResults | null;
|
|
390
|
+
retailDecisions?: FraudResultsRetailDecisions | null;
|
|
391
|
+
}
|
|
392
|
+
export interface CardPaymentMethodSpecificInput extends AbstractCardPaymentMethodSpecificInput {
|
|
393
|
+
card?: Card | null;
|
|
394
|
+
/**
|
|
395
|
+
* @deprecated Use threeDSecure.externalCardholderAuthenticationData instead
|
|
396
|
+
*/
|
|
397
|
+
externalCardholderAuthenticationData?: ExternalCardholderAuthenticationData | null;
|
|
398
|
+
isRecurring?: boolean | null;
|
|
399
|
+
merchantInitiatedReasonIndicator?: string | null;
|
|
400
|
+
networkTokenData?: SchemeTokenData | null;
|
|
401
|
+
/**
|
|
402
|
+
* @deprecated Use threeDSecure.redirectionData.returnUrl instead
|
|
403
|
+
*/
|
|
404
|
+
returnUrl?: string | null;
|
|
405
|
+
threeDSecure?: ThreeDSecure | null;
|
|
406
|
+
}
|
|
407
|
+
export interface CardPaymentMethodSpecificInputBase extends AbstractCardPaymentMethodSpecificInput {
|
|
408
|
+
threeDSecure?: ThreeDSecureBase | null;
|
|
409
|
+
}
|
|
410
|
+
export interface CardPaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput {
|
|
411
|
+
authorisationCode?: string | null;
|
|
412
|
+
card?: CardEssentials | null;
|
|
413
|
+
fraudResults?: CardFraudResults | null;
|
|
414
|
+
initialSchemeTransactionId?: string | null;
|
|
415
|
+
schemeTransactionId?: string | null;
|
|
416
|
+
threeDSecureResults?: ThreeDSecureResults | null;
|
|
417
|
+
token?: string | null;
|
|
418
|
+
}
|
|
419
|
+
export interface CardPayoutMethodSpecificInput extends AbstractPayoutMethodSpecificInput {
|
|
420
|
+
card?: Card | null;
|
|
421
|
+
paymentProductId?: number | null;
|
|
422
|
+
recipient?: PayoutRecipient | null;
|
|
423
|
+
token?: string | null;
|
|
424
|
+
}
|
|
425
|
+
export interface CardRecurrenceDetails {
|
|
426
|
+
endDate?: string | null;
|
|
427
|
+
minFrequency?: number | null;
|
|
428
|
+
recurringPaymentSequenceIndicator?: string | null;
|
|
429
|
+
}
|
|
430
|
+
export interface CardWithoutCvv extends CardEssentials {
|
|
431
|
+
issueNumber?: string | null;
|
|
432
|
+
}
|
|
433
|
+
export interface CashPaymentMethodSpecificInput extends AbstractCashPaymentMethodSpecificInput {
|
|
434
|
+
/**
|
|
435
|
+
* @deprecated No replacement
|
|
436
|
+
*/
|
|
437
|
+
paymentProduct1503SpecificInput?: CashPaymentProduct1503SpecificInput | null;
|
|
438
|
+
paymentProduct1504SpecificInput?: CashPaymentProduct1504SpecificInput | null;
|
|
439
|
+
paymentProduct1521SpecificInput?: CashPaymentProduct1521SpecificInput | null;
|
|
440
|
+
paymentProduct1522SpecificInput?: CashPaymentProduct1522SpecificInput | null;
|
|
441
|
+
paymentProduct1523SpecificInput?: CashPaymentProduct1523SpecificInput | null;
|
|
442
|
+
paymentProduct1524SpecificInput?: CashPaymentProduct1524SpecificInput | null;
|
|
443
|
+
paymentProduct1526SpecificInput?: CashPaymentProduct1526SpecificInput | null;
|
|
444
|
+
}
|
|
445
|
+
export interface CashPaymentMethodSpecificInputBase extends AbstractCashPaymentMethodSpecificInput {
|
|
446
|
+
}
|
|
447
|
+
export interface CashPaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput {
|
|
448
|
+
fraudResults?: FraudResults | null;
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* @deprecated No replacement
|
|
452
|
+
*/
|
|
453
|
+
export interface CashPaymentProduct1503SpecificInput {
|
|
454
|
+
/**
|
|
455
|
+
* @deprecated No replacement, since Boleto Bancario no longer needs a return URL
|
|
456
|
+
*/
|
|
457
|
+
returnUrl?: string | null;
|
|
458
|
+
}
|
|
459
|
+
export interface CashPaymentProduct1504SpecificInput extends CashPaymentProductWithRedirectSpecificInputBase {
|
|
460
|
+
}
|
|
461
|
+
export interface CashPaymentProduct1521SpecificInput extends CashPaymentProductWithRedirectSpecificInputBase {
|
|
462
|
+
}
|
|
463
|
+
export interface CashPaymentProduct1522SpecificInput extends CashPaymentProductWithRedirectSpecificInputBase {
|
|
464
|
+
}
|
|
465
|
+
export interface CashPaymentProduct1523SpecificInput extends CashPaymentProductWithRedirectSpecificInputBase {
|
|
466
|
+
}
|
|
467
|
+
export interface CashPaymentProduct1524SpecificInput extends CashPaymentProductWithRedirectSpecificInputBase {
|
|
468
|
+
}
|
|
469
|
+
export interface CashPaymentProduct1526SpecificInput extends CashPaymentProductWithRedirectSpecificInputBase {
|
|
470
|
+
}
|
|
471
|
+
export interface CashPaymentProductWithRedirectSpecificInputBase {
|
|
472
|
+
returnUrl?: string | null;
|
|
473
|
+
}
|
|
474
|
+
export interface CompanyInformation {
|
|
475
|
+
name?: string | null;
|
|
476
|
+
vatNumber?: string | null;
|
|
477
|
+
}
|
|
478
|
+
export interface CompletePaymentCardPaymentMethodSpecificInput {
|
|
479
|
+
card?: CardWithoutCvv | null;
|
|
480
|
+
}
|
|
481
|
+
export interface CompletePaymentRequest {
|
|
482
|
+
cardPaymentMethodSpecificInput?: CompletePaymentCardPaymentMethodSpecificInput | null;
|
|
483
|
+
merchant?: Merchant | null;
|
|
484
|
+
order?: Order | null;
|
|
485
|
+
}
|
|
486
|
+
export interface CompletePaymentResponse extends CreatePaymentResult {
|
|
487
|
+
}
|
|
488
|
+
export interface ContactDetails extends ContactDetailsBase {
|
|
489
|
+
faxNumber?: string | null;
|
|
490
|
+
mobilePhoneNumber?: string | null;
|
|
491
|
+
phoneNumber?: string | null;
|
|
492
|
+
workPhoneNumber?: string | null;
|
|
493
|
+
}
|
|
494
|
+
export interface ContactDetailsBase {
|
|
495
|
+
emailAddress?: string | null;
|
|
496
|
+
emailMessageType?: string | null;
|
|
497
|
+
}
|
|
498
|
+
export interface ContactDetailsRiskAssessment {
|
|
499
|
+
emailAddress?: string | null;
|
|
500
|
+
}
|
|
501
|
+
export interface ContactDetailsToken extends ContactDetailsBase {
|
|
502
|
+
}
|
|
503
|
+
export interface ConvertAmount {
|
|
504
|
+
convertedAmount?: number | null;
|
|
505
|
+
}
|
|
506
|
+
export interface CreateDisputeRequest {
|
|
507
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
508
|
+
contactPerson?: string | null;
|
|
509
|
+
emailAddress?: string | null;
|
|
510
|
+
replyTo?: string | null;
|
|
511
|
+
requestMessage?: string | null;
|
|
512
|
+
}
|
|
513
|
+
export interface CreateHostedCheckoutRequest {
|
|
514
|
+
bankTransferPaymentMethodSpecificInput?: BankTransferPaymentMethodSpecificInputBase | null;
|
|
515
|
+
cardPaymentMethodSpecificInput?: CardPaymentMethodSpecificInputBase | null;
|
|
516
|
+
cashPaymentMethodSpecificInput?: CashPaymentMethodSpecificInputBase | null;
|
|
517
|
+
eInvoicePaymentMethodSpecificInput?: EInvoicePaymentMethodSpecificInputBase | null;
|
|
518
|
+
fraudFields?: FraudFields | null;
|
|
519
|
+
hostedCheckoutSpecificInput?: HostedCheckoutSpecificInput | null;
|
|
520
|
+
merchant?: Merchant | null;
|
|
521
|
+
mobilePaymentMethodSpecificInput?: MobilePaymentMethodSpecificInputHostedCheckout | null;
|
|
522
|
+
order?: Order | null;
|
|
523
|
+
redirectPaymentMethodSpecificInput?: RedirectPaymentMethodSpecificInputBase | null;
|
|
524
|
+
sepaDirectDebitPaymentMethodSpecificInput?: SepaDirectDebitPaymentMethodSpecificInputBase | null;
|
|
525
|
+
}
|
|
526
|
+
export interface CreateHostedCheckoutResponse {
|
|
527
|
+
RETURNMAC?: string | null;
|
|
528
|
+
hostedCheckoutId?: string | null;
|
|
529
|
+
invalidTokens?: string[] | null;
|
|
530
|
+
merchantReference?: string | null;
|
|
531
|
+
partialRedirectUrl?: string | null;
|
|
532
|
+
}
|
|
533
|
+
export interface CreateHostedMandateManagementRequest {
|
|
534
|
+
createMandateInfo?: HostedMandateInfo | null;
|
|
535
|
+
hostedMandateManagementSpecificInput?: HostedMandateManagementSpecificInput | null;
|
|
536
|
+
}
|
|
537
|
+
export interface CreateHostedMandateManagementResponse {
|
|
538
|
+
RETURNMAC?: string | null;
|
|
539
|
+
hostedMandateManagementId?: string | null;
|
|
540
|
+
partialRedirectUrl?: string | null;
|
|
541
|
+
}
|
|
542
|
+
export interface CreateMandateBase {
|
|
543
|
+
alias?: string | null;
|
|
544
|
+
customer?: MandateCustomer | null;
|
|
545
|
+
customerReference?: string | null;
|
|
546
|
+
language?: string | null;
|
|
547
|
+
recurrenceType?: string | null;
|
|
548
|
+
signatureType?: string | null;
|
|
549
|
+
uniqueMandateReference?: string | null;
|
|
550
|
+
}
|
|
551
|
+
export interface CreateMandateRequest extends CreateMandateWithReturnUrl {
|
|
552
|
+
}
|
|
553
|
+
export interface CreateMandateResponse {
|
|
554
|
+
mandate?: MandateResponse | null;
|
|
555
|
+
merchantAction?: MandateMerchantAction | null;
|
|
556
|
+
}
|
|
557
|
+
export interface CreateMandateWithReturnUrl extends CreateMandateBase {
|
|
558
|
+
returnUrl?: string | null;
|
|
559
|
+
}
|
|
560
|
+
export interface CreatePaymentProductSessionRequest {
|
|
561
|
+
paymentProductSession302SpecificInput?: MobilePaymentProductSession302SpecificInput | null;
|
|
562
|
+
}
|
|
563
|
+
export interface CreatePaymentProductSessionResponse {
|
|
564
|
+
paymentProductSession302SpecificOutput?: MobilePaymentProductSession302SpecificOutput | null;
|
|
565
|
+
}
|
|
566
|
+
export interface CreatePaymentRequest {
|
|
567
|
+
bankTransferPaymentMethodSpecificInput?: BankTransferPaymentMethodSpecificInput | null;
|
|
568
|
+
cardPaymentMethodSpecificInput?: CardPaymentMethodSpecificInput | null;
|
|
569
|
+
cashPaymentMethodSpecificInput?: CashPaymentMethodSpecificInput | null;
|
|
570
|
+
directDebitPaymentMethodSpecificInput?: NonSepaDirectDebitPaymentMethodSpecificInput | null;
|
|
571
|
+
eInvoicePaymentMethodSpecificInput?: EInvoicePaymentMethodSpecificInput | null;
|
|
572
|
+
encryptedCustomerInput?: string | null;
|
|
573
|
+
fraudFields?: FraudFields | null;
|
|
574
|
+
invoicePaymentMethodSpecificInput?: InvoicePaymentMethodSpecificInput | null;
|
|
575
|
+
merchant?: Merchant | null;
|
|
576
|
+
mobilePaymentMethodSpecificInput?: MobilePaymentMethodSpecificInput | null;
|
|
577
|
+
order?: Order | null;
|
|
578
|
+
redirectPaymentMethodSpecificInput?: RedirectPaymentMethodSpecificInput | null;
|
|
579
|
+
sepaDirectDebitPaymentMethodSpecificInput?: SepaDirectDebitPaymentMethodSpecificInput | null;
|
|
580
|
+
}
|
|
581
|
+
export interface CreatePaymentResponse extends CreatePaymentResult {
|
|
582
|
+
}
|
|
583
|
+
export interface CreatePaymentResult {
|
|
584
|
+
creationOutput?: PaymentCreationOutput | null;
|
|
585
|
+
merchantAction?: MerchantAction | null;
|
|
586
|
+
payment?: Payment | null;
|
|
587
|
+
}
|
|
588
|
+
export interface CreatePayoutRequest {
|
|
589
|
+
/**
|
|
590
|
+
* @deprecated Moved to PayoutDetails
|
|
591
|
+
*/
|
|
592
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
593
|
+
/**
|
|
594
|
+
* @deprecated Moved to BankTransferPayoutMethodSpecificInput
|
|
595
|
+
*/
|
|
596
|
+
bankAccountBban?: BankAccountBban | null;
|
|
597
|
+
/**
|
|
598
|
+
* @deprecated Moved to BankTransferPayoutMethodSpecificInput
|
|
599
|
+
*/
|
|
600
|
+
bankAccountIban?: BankAccountIban | null;
|
|
601
|
+
bankTransferPayoutMethodSpecificInput?: BankTransferPayoutMethodSpecificInput | null;
|
|
602
|
+
cardPayoutMethodSpecificInput?: CardPayoutMethodSpecificInput | null;
|
|
603
|
+
/**
|
|
604
|
+
* @deprecated Moved to PayoutDetails
|
|
605
|
+
*/
|
|
606
|
+
customer?: PayoutCustomer | null;
|
|
607
|
+
merchant?: PayoutMerchant | null;
|
|
608
|
+
/**
|
|
609
|
+
* @deprecated Moved to BankTransferPayoutMethodSpecificInput
|
|
610
|
+
*/
|
|
611
|
+
payoutDate?: string | null;
|
|
612
|
+
payoutDetails?: PayoutDetails | null;
|
|
613
|
+
/**
|
|
614
|
+
* @deprecated Moved to BankTransferPayoutMethodSpecificInput
|
|
615
|
+
*/
|
|
616
|
+
payoutText?: string | null;
|
|
617
|
+
/**
|
|
618
|
+
* @deprecated Moved to PayoutDetails
|
|
619
|
+
*/
|
|
620
|
+
references?: PayoutReferences | null;
|
|
621
|
+
/**
|
|
622
|
+
* @deprecated Moved to BankTransferPayoutMethodSpecificInput
|
|
623
|
+
*/
|
|
624
|
+
swiftCode?: string | null;
|
|
625
|
+
}
|
|
626
|
+
export interface CreateTokenRequest {
|
|
627
|
+
card?: TokenCard | null;
|
|
628
|
+
eWallet?: TokenEWallet | null;
|
|
629
|
+
encryptedCustomerInput?: string | null;
|
|
630
|
+
nonSepaDirectDebit?: TokenNonSepaDirectDebit | null;
|
|
631
|
+
paymentProductId?: number | null;
|
|
632
|
+
sepaDirectDebit?: TokenSepaDirectDebitWithoutCreditor | null;
|
|
633
|
+
}
|
|
634
|
+
export interface CreateTokenResponse {
|
|
635
|
+
isNewToken?: boolean | null;
|
|
636
|
+
originalPaymentId?: string | null;
|
|
637
|
+
token?: string | null;
|
|
638
|
+
}
|
|
639
|
+
export interface CreatedPaymentOutput {
|
|
640
|
+
displayedData?: DisplayedData | null;
|
|
641
|
+
isCheckedRememberMe?: boolean | null;
|
|
642
|
+
payment?: Payment | null;
|
|
643
|
+
paymentCreationReferences?: PaymentCreationReferences | null;
|
|
644
|
+
/**
|
|
645
|
+
* @deprecated Use Payment.statusOutput.statusCategory instead
|
|
646
|
+
*/
|
|
647
|
+
paymentStatusCategory?: string | null;
|
|
648
|
+
tokenizationSucceeded?: boolean | null;
|
|
649
|
+
tokens?: string | null;
|
|
650
|
+
}
|
|
651
|
+
export interface Creditor {
|
|
652
|
+
additionalAddressInfo?: string | null;
|
|
653
|
+
city?: string | null;
|
|
654
|
+
countryCode?: string | null;
|
|
655
|
+
houseNumber?: string | null;
|
|
656
|
+
iban?: string | null;
|
|
657
|
+
id?: string | null;
|
|
658
|
+
name?: string | null;
|
|
659
|
+
referenceParty?: string | null;
|
|
660
|
+
referencePartyId?: string | null;
|
|
661
|
+
street?: string | null;
|
|
662
|
+
zip?: string | null;
|
|
663
|
+
}
|
|
664
|
+
export interface Customer extends CustomerBase {
|
|
665
|
+
account?: CustomerAccount | null;
|
|
666
|
+
accountType?: string | null;
|
|
667
|
+
billingAddress?: Address | null;
|
|
668
|
+
contactDetails?: ContactDetails | null;
|
|
669
|
+
device?: CustomerDevice | null;
|
|
670
|
+
fiscalNumber?: string | null;
|
|
671
|
+
isCompany?: boolean | null;
|
|
672
|
+
isPreviousCustomer?: boolean | null;
|
|
673
|
+
locale?: string | null;
|
|
674
|
+
personalInformation?: PersonalInformation | null;
|
|
675
|
+
/**
|
|
676
|
+
* @deprecated Use Order.shipping.address instead
|
|
677
|
+
*/
|
|
678
|
+
shippingAddress?: AddressPersonal | null;
|
|
679
|
+
}
|
|
680
|
+
export interface CustomerAccount {
|
|
681
|
+
authentication?: CustomerAccountAuthentication | null;
|
|
682
|
+
changeDate?: string | null;
|
|
683
|
+
changedDuringCheckout?: boolean | null;
|
|
684
|
+
createDate?: string | null;
|
|
685
|
+
hadSuspiciousActivity?: boolean | null;
|
|
686
|
+
hasForgottenPassword?: boolean | null;
|
|
687
|
+
hasPassword?: boolean | null;
|
|
688
|
+
passwordChangeDate?: string | null;
|
|
689
|
+
passwordChangedDuringCheckout?: boolean | null;
|
|
690
|
+
paymentAccountOnFile?: PaymentAccountOnFile | null;
|
|
691
|
+
paymentAccountOnFileType?: string | null;
|
|
692
|
+
paymentActivity?: CustomerPaymentActivity | null;
|
|
693
|
+
}
|
|
694
|
+
export interface CustomerAccountAuthentication {
|
|
695
|
+
data?: string | null;
|
|
696
|
+
method?: string | null;
|
|
697
|
+
utcTimestamp?: string | null;
|
|
698
|
+
}
|
|
699
|
+
export interface CustomerAccountRiskAssessment {
|
|
700
|
+
hasForgottenPassword?: boolean | null;
|
|
701
|
+
hasPassword?: boolean | null;
|
|
702
|
+
}
|
|
703
|
+
export interface CustomerApprovePayment {
|
|
704
|
+
accountType?: string | null;
|
|
705
|
+
}
|
|
706
|
+
export interface CustomerBase {
|
|
707
|
+
companyInformation?: CompanyInformation | null;
|
|
708
|
+
merchantCustomerId?: string | null;
|
|
709
|
+
/**
|
|
710
|
+
* @deprecated Use companyInformation.vatNumber instead
|
|
711
|
+
*/
|
|
712
|
+
vatNumber?: string | null;
|
|
713
|
+
}
|
|
714
|
+
export interface CustomerDevice {
|
|
715
|
+
acceptHeader?: string | null;
|
|
716
|
+
browserData?: BrowserData | null;
|
|
717
|
+
defaultFormFill?: string | null;
|
|
718
|
+
deviceFingerprintTransactionId?: string | null;
|
|
719
|
+
ipAddress?: string | null;
|
|
720
|
+
locale?: string | null;
|
|
721
|
+
timezoneOffsetUtcMinutes?: string | null;
|
|
722
|
+
userAgent?: string | null;
|
|
723
|
+
}
|
|
724
|
+
export interface CustomerDeviceRiskAssessment {
|
|
725
|
+
defaultFormFill?: string | null;
|
|
726
|
+
deviceFingerprintTransactionId?: string | null;
|
|
727
|
+
}
|
|
728
|
+
export interface CustomerPaymentActivity {
|
|
729
|
+
numberOfPaymentAttemptsLast24Hours?: number | null;
|
|
730
|
+
numberOfPaymentAttemptsLastYear?: number | null;
|
|
731
|
+
numberOfPurchasesLast6Months?: number | null;
|
|
732
|
+
}
|
|
733
|
+
export interface CustomerRiskAssessment {
|
|
734
|
+
account?: CustomerAccountRiskAssessment | null;
|
|
735
|
+
accountType?: string | null;
|
|
736
|
+
billingAddress?: Address | null;
|
|
737
|
+
contactDetails?: ContactDetailsRiskAssessment | null;
|
|
738
|
+
device?: CustomerDeviceRiskAssessment | null;
|
|
739
|
+
isPreviousCustomer?: boolean | null;
|
|
740
|
+
locale?: string | null;
|
|
741
|
+
personalInformation?: PersonalInformationRiskAssessment | null;
|
|
742
|
+
/**
|
|
743
|
+
* @deprecated Use Order.shipping.address instead
|
|
744
|
+
*/
|
|
745
|
+
shippingAddress?: AddressPersonal | null;
|
|
746
|
+
}
|
|
747
|
+
export interface CustomerToken extends CustomerBase {
|
|
748
|
+
billingAddress?: Address | null;
|
|
749
|
+
personalInformation?: PersonalInformationToken | null;
|
|
750
|
+
}
|
|
751
|
+
export interface CustomerTokenWithContactDetails extends CustomerToken {
|
|
752
|
+
contactDetails?: ContactDetailsToken | null;
|
|
753
|
+
}
|
|
754
|
+
export interface Debtor {
|
|
755
|
+
additionalAddressInfo?: string | null;
|
|
756
|
+
city?: string | null;
|
|
757
|
+
countryCode?: string | null;
|
|
758
|
+
firstName?: string | null;
|
|
759
|
+
houseNumber?: string | null;
|
|
760
|
+
state?: string | null;
|
|
761
|
+
stateCode?: string | null;
|
|
762
|
+
street?: string | null;
|
|
763
|
+
surname?: string | null;
|
|
764
|
+
surnamePrefix?: string | null;
|
|
765
|
+
zip?: string | null;
|
|
766
|
+
}
|
|
767
|
+
export interface DecryptedPaymentData {
|
|
768
|
+
/**
|
|
769
|
+
* @deprecated Use decryptedPaymentData.paymentMethod instead
|
|
770
|
+
*/
|
|
771
|
+
authMethod?: string | null;
|
|
772
|
+
cardholderName?: string | null;
|
|
773
|
+
cryptogram?: string | null;
|
|
774
|
+
dpan?: string | null;
|
|
775
|
+
eci?: number | null;
|
|
776
|
+
expiryDate?: string | null;
|
|
777
|
+
pan?: string | null;
|
|
778
|
+
paymentMethod?: string | null;
|
|
779
|
+
}
|
|
780
|
+
export interface DeviceFingerprintDetails {
|
|
781
|
+
paymentId?: string | null;
|
|
782
|
+
rawDeviceFingerprintOutput?: string | null;
|
|
783
|
+
}
|
|
784
|
+
export interface DeviceFingerprintRequest {
|
|
785
|
+
collectorCallback?: string | null;
|
|
786
|
+
}
|
|
787
|
+
export interface DeviceFingerprintResponse {
|
|
788
|
+
deviceFingerprintTransactionId?: string | null;
|
|
789
|
+
html?: string | null;
|
|
790
|
+
}
|
|
791
|
+
export interface DeviceRenderOptions {
|
|
792
|
+
sdkInterface?: string | null;
|
|
793
|
+
/**
|
|
794
|
+
* @deprecated Use deviceRenderOptions.sdkUiTypes instead
|
|
795
|
+
*/
|
|
796
|
+
sdkUiType?: string | null;
|
|
797
|
+
sdkUiTypes?: string[] | null;
|
|
798
|
+
}
|
|
799
|
+
export interface Directory {
|
|
800
|
+
entries?: DirectoryEntry[] | null;
|
|
801
|
+
}
|
|
802
|
+
export interface DirectoryEntry {
|
|
803
|
+
countryNames?: string[] | null;
|
|
804
|
+
issuerId?: string | null;
|
|
805
|
+
issuerList?: string | null;
|
|
806
|
+
issuerName?: string | null;
|
|
807
|
+
}
|
|
808
|
+
export interface DisplayedData {
|
|
809
|
+
displayedDataType?: string | null;
|
|
810
|
+
renderingData?: string | null;
|
|
811
|
+
showData?: KeyValuePair[] | null;
|
|
812
|
+
}
|
|
813
|
+
export interface Dispute {
|
|
814
|
+
disputeOutput?: DisputeOutput | null;
|
|
815
|
+
id?: string | null;
|
|
816
|
+
paymentId?: string | null;
|
|
817
|
+
status?: string | null;
|
|
818
|
+
statusOutput?: DisputeStatusOutput | null;
|
|
819
|
+
}
|
|
820
|
+
export interface DisputeCreationDetail {
|
|
821
|
+
disputeCreationDate?: string | null;
|
|
822
|
+
disputeOriginator?: string | null;
|
|
823
|
+
userName?: string | null;
|
|
824
|
+
}
|
|
825
|
+
export interface DisputeOutput {
|
|
826
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
827
|
+
contactPerson?: string | null;
|
|
828
|
+
creationDetails?: DisputeCreationDetail | null;
|
|
829
|
+
emailAddress?: string | null;
|
|
830
|
+
files?: HostedFile[] | null;
|
|
831
|
+
reference?: DisputeReference | null;
|
|
832
|
+
replyTo?: string | null;
|
|
833
|
+
requestMessage?: string | null;
|
|
834
|
+
responseMessage?: string | null;
|
|
835
|
+
}
|
|
836
|
+
export interface DisputeReference {
|
|
837
|
+
merchantOrderId?: string | null;
|
|
838
|
+
merchantReference?: string | null;
|
|
839
|
+
paymentReference?: string | null;
|
|
840
|
+
providerId?: string | null;
|
|
841
|
+
providerReference?: string | null;
|
|
842
|
+
}
|
|
843
|
+
export interface DisputeResponse extends Dispute {
|
|
844
|
+
}
|
|
845
|
+
export interface DisputeStatusOutput {
|
|
846
|
+
isCancellable?: boolean | null;
|
|
847
|
+
statusCategory?: string | null;
|
|
848
|
+
statusCode?: number | null;
|
|
849
|
+
statusCodeChangeDateTime?: string | null;
|
|
850
|
+
}
|
|
851
|
+
export interface DisputesResponse {
|
|
852
|
+
disputes?: Dispute[] | null;
|
|
853
|
+
}
|
|
854
|
+
export interface EInvoicePaymentMethodSpecificInput extends AbstractEInvoicePaymentMethodSpecificInput {
|
|
855
|
+
acceptedTermsAndConditions?: boolean | null;
|
|
856
|
+
paymentProduct9000SpecificInput?: EInvoicePaymentProduct9000SpecificInput | null;
|
|
857
|
+
}
|
|
858
|
+
export interface EInvoicePaymentMethodSpecificInputBase extends AbstractEInvoicePaymentMethodSpecificInput {
|
|
859
|
+
}
|
|
860
|
+
export interface EInvoicePaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput {
|
|
861
|
+
fraudResults?: FraudResults | null;
|
|
862
|
+
paymentProduct9000SpecificOutput?: EInvoicePaymentProduct9000SpecificOutput | null;
|
|
863
|
+
}
|
|
864
|
+
export interface EInvoicePaymentProduct9000SpecificInput {
|
|
865
|
+
bankAccountIban?: BankAccountIban | null;
|
|
866
|
+
installmentId?: string | null;
|
|
867
|
+
}
|
|
868
|
+
export interface EInvoicePaymentProduct9000SpecificOutput {
|
|
869
|
+
installmentId?: string | null;
|
|
870
|
+
}
|
|
871
|
+
export interface EmptyValidator {
|
|
872
|
+
}
|
|
873
|
+
export interface ErrorResponse {
|
|
874
|
+
errorId?: string | null;
|
|
875
|
+
errors?: APIError[] | null;
|
|
876
|
+
}
|
|
877
|
+
export interface ExemptionOutput {
|
|
878
|
+
exemptionRaised?: string | null;
|
|
879
|
+
exemptionRejectionReason?: string | null;
|
|
880
|
+
exemptionRequest?: string | null;
|
|
881
|
+
}
|
|
882
|
+
export interface ExternalCardholderAuthenticationData {
|
|
883
|
+
acsTransactionId?: string | null;
|
|
884
|
+
appliedExemption?: string | null;
|
|
885
|
+
cavv?: string | null;
|
|
886
|
+
cavvAlgorithm?: string | null;
|
|
887
|
+
directoryServerTransactionId?: string | null;
|
|
888
|
+
eci?: number | null;
|
|
889
|
+
schemeRiskScore?: number | null;
|
|
890
|
+
threeDSecureVersion?: string | null;
|
|
891
|
+
/**
|
|
892
|
+
* @deprecated No replacement
|
|
893
|
+
*/
|
|
894
|
+
threeDServerTransactionId?: string | null;
|
|
895
|
+
validationResult?: string | null;
|
|
896
|
+
xid?: string | null;
|
|
897
|
+
}
|
|
898
|
+
export interface FindPaymentsResponse {
|
|
899
|
+
limit?: number | null;
|
|
900
|
+
offset?: number | null;
|
|
901
|
+
payments?: Payment[] | null;
|
|
902
|
+
totalCount?: number | null;
|
|
903
|
+
}
|
|
904
|
+
export interface FindPayoutsResponse {
|
|
905
|
+
limit?: number | null;
|
|
906
|
+
offset?: number | null;
|
|
907
|
+
payouts?: PayoutResult[] | null;
|
|
908
|
+
totalCount?: number | null;
|
|
909
|
+
}
|
|
910
|
+
export interface FindRefundsResponse {
|
|
911
|
+
limit?: number | null;
|
|
912
|
+
offset?: number | null;
|
|
913
|
+
refunds?: RefundResult[] | null;
|
|
914
|
+
totalCount?: number | null;
|
|
915
|
+
}
|
|
916
|
+
export interface FixedListValidator {
|
|
917
|
+
allowedValues?: string[] | null;
|
|
918
|
+
}
|
|
919
|
+
export interface FraudFields {
|
|
920
|
+
/**
|
|
921
|
+
* @deprecated For risk assessments there is no replacement. For other calls, use Order.shipping.addressIndicator instead
|
|
922
|
+
*/
|
|
923
|
+
addressesAreIdentical?: boolean | null;
|
|
924
|
+
blackListData?: string | null;
|
|
925
|
+
/**
|
|
926
|
+
* @deprecated This should be the same as Order.customer.billingAddress
|
|
927
|
+
*/
|
|
928
|
+
cardOwnerAddress?: Address | null;
|
|
929
|
+
customerIpAddress?: string | null;
|
|
930
|
+
/**
|
|
931
|
+
* @deprecated Use Order.customer.device.defaultFormFill instead
|
|
932
|
+
*/
|
|
933
|
+
defaultFormFill?: string | null;
|
|
934
|
+
/**
|
|
935
|
+
* @deprecated No replacement
|
|
936
|
+
*/
|
|
937
|
+
deviceFingerprintActivated?: boolean | null;
|
|
938
|
+
/**
|
|
939
|
+
* @deprecated Use Order.customer.device.deviceFingerprintTransactionId instead
|
|
940
|
+
*/
|
|
941
|
+
deviceFingerprintTransactionId?: string | null;
|
|
942
|
+
giftCardType?: string | null;
|
|
943
|
+
giftMessage?: string | null;
|
|
944
|
+
/**
|
|
945
|
+
* @deprecated Use Order.customer.account.hasForgottenPassword instead
|
|
946
|
+
*/
|
|
947
|
+
hasForgottenPwd?: boolean | null;
|
|
948
|
+
/**
|
|
949
|
+
* @deprecated Use Order.customer.account.hasPassword instead
|
|
950
|
+
*/
|
|
951
|
+
hasPassword?: boolean | null;
|
|
952
|
+
/**
|
|
953
|
+
* @deprecated Use Order.customer.isPreviousCustomer instead
|
|
954
|
+
*/
|
|
955
|
+
isPreviousCustomer?: boolean | null;
|
|
956
|
+
orderTimezone?: string | null;
|
|
957
|
+
/**
|
|
958
|
+
* @deprecated Use Order.shipping.comments instead
|
|
959
|
+
*/
|
|
960
|
+
shipComments?: string | null;
|
|
961
|
+
/**
|
|
962
|
+
* @deprecated Use Order.shipping.trackingNumber instead
|
|
963
|
+
*/
|
|
964
|
+
shipmentTrackingNumber?: string | null;
|
|
965
|
+
/**
|
|
966
|
+
* @deprecated No replacement
|
|
967
|
+
*/
|
|
968
|
+
shippingDetails?: FraudFieldsShippingDetails | null;
|
|
969
|
+
userData?: string[] | null;
|
|
970
|
+
/**
|
|
971
|
+
* @deprecated Use Merchant.websiteUrl instead
|
|
972
|
+
*/
|
|
973
|
+
website?: string | null;
|
|
974
|
+
}
|
|
975
|
+
/**
|
|
976
|
+
* @deprecated No replacement
|
|
977
|
+
*/
|
|
978
|
+
export interface FraudFieldsShippingDetails {
|
|
979
|
+
/**
|
|
980
|
+
* @deprecated No replacement
|
|
981
|
+
*/
|
|
982
|
+
methodDetails?: string | null;
|
|
983
|
+
/**
|
|
984
|
+
* @deprecated No replacement
|
|
985
|
+
*/
|
|
986
|
+
methodSpeed?: number | null;
|
|
987
|
+
/**
|
|
988
|
+
* @deprecated No replacement
|
|
989
|
+
*/
|
|
990
|
+
methodType?: number | null;
|
|
991
|
+
}
|
|
992
|
+
export interface FraudResults {
|
|
993
|
+
fraudServiceResult?: string | null;
|
|
994
|
+
inAuth?: InAuth | null;
|
|
995
|
+
microsoftFraudProtection?: MicrosoftFraudResults | null;
|
|
996
|
+
}
|
|
997
|
+
export interface FraudResultsRetailDecisions {
|
|
998
|
+
fraudCode?: string | null;
|
|
999
|
+
fraudNeural?: string | null;
|
|
1000
|
+
fraudRCF?: string | null;
|
|
1001
|
+
}
|
|
1002
|
+
export interface FraugsterResults {
|
|
1003
|
+
fraudInvestigationPoints?: string | null;
|
|
1004
|
+
fraudScore?: number | null;
|
|
1005
|
+
}
|
|
1006
|
+
export interface Frequency {
|
|
1007
|
+
interval?: string | null;
|
|
1008
|
+
intervalFrequency?: number | null;
|
|
1009
|
+
}
|
|
1010
|
+
export interface GPayThreeDSecure {
|
|
1011
|
+
challengeCanvasSize?: string | null;
|
|
1012
|
+
challengeIndicator?: string | null;
|
|
1013
|
+
exemptionRequest?: string | null;
|
|
1014
|
+
redirectionData?: RedirectionData | null;
|
|
1015
|
+
skipAuthentication?: boolean | null;
|
|
1016
|
+
}
|
|
1017
|
+
export interface GetCustomerDetailsRequest {
|
|
1018
|
+
countryCode?: string | null;
|
|
1019
|
+
values?: KeyValuePair[] | null;
|
|
1020
|
+
}
|
|
1021
|
+
export interface GetCustomerDetailsResponse {
|
|
1022
|
+
city?: string | null;
|
|
1023
|
+
country?: string | null;
|
|
1024
|
+
emailAddress?: string | null;
|
|
1025
|
+
firstName?: string | null;
|
|
1026
|
+
fiscalNumber?: string | null;
|
|
1027
|
+
languageCode?: string | null;
|
|
1028
|
+
phoneNumber?: string | null;
|
|
1029
|
+
street?: string | null;
|
|
1030
|
+
surname?: string | null;
|
|
1031
|
+
zip?: string | null;
|
|
1032
|
+
}
|
|
1033
|
+
export interface GetHostedCheckoutResponse {
|
|
1034
|
+
createdPaymentOutput?: CreatedPaymentOutput | null;
|
|
1035
|
+
status?: string | null;
|
|
1036
|
+
}
|
|
1037
|
+
export interface GetHostedMandateManagementResponse {
|
|
1038
|
+
mandate?: MandateResponse | null;
|
|
1039
|
+
status?: string | null;
|
|
1040
|
+
}
|
|
1041
|
+
export interface GetIINDetailsRequest {
|
|
1042
|
+
bin?: string | null;
|
|
1043
|
+
paymentContext?: PaymentContext | null;
|
|
1044
|
+
}
|
|
1045
|
+
export interface GetIINDetailsResponse {
|
|
1046
|
+
coBrands?: IINDetail[] | null;
|
|
1047
|
+
countryCode?: string | null;
|
|
1048
|
+
isAllowedInContext?: boolean | null;
|
|
1049
|
+
paymentProductId?: number | null;
|
|
1050
|
+
}
|
|
1051
|
+
export interface GetInstallmentRequest {
|
|
1052
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
1053
|
+
bin?: string | null;
|
|
1054
|
+
countryCode?: string | null;
|
|
1055
|
+
paymentProductId?: number | null;
|
|
1056
|
+
}
|
|
1057
|
+
export interface GetMandateResponse {
|
|
1058
|
+
mandate?: MandateResponse | null;
|
|
1059
|
+
}
|
|
1060
|
+
export interface GetPrivacyPolicyResponse {
|
|
1061
|
+
htmlContent?: string | null;
|
|
1062
|
+
}
|
|
1063
|
+
export interface GiftCardPurchase {
|
|
1064
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
1065
|
+
numberOfGiftCards?: number | null;
|
|
1066
|
+
}
|
|
1067
|
+
export interface HostedCheckoutSpecificInput {
|
|
1068
|
+
isRecurring?: boolean | null;
|
|
1069
|
+
locale?: string | null;
|
|
1070
|
+
paymentProductFilters?: PaymentProductFiltersHostedCheckout | null;
|
|
1071
|
+
recurringPaymentsData?: RecurringPaymentsData | null;
|
|
1072
|
+
returnCancelState?: boolean | null;
|
|
1073
|
+
returnUrl?: string | null;
|
|
1074
|
+
showResultPage?: boolean | null;
|
|
1075
|
+
tokens?: string | null;
|
|
1076
|
+
validateShoppingCart?: boolean | null;
|
|
1077
|
+
variant?: string | null;
|
|
1078
|
+
}
|
|
1079
|
+
export interface HostedCheckoutSpecificOutput {
|
|
1080
|
+
hostedCheckoutId?: string | null;
|
|
1081
|
+
variant?: string | null;
|
|
1082
|
+
}
|
|
1083
|
+
export interface HostedFile {
|
|
1084
|
+
fileName?: string | null;
|
|
1085
|
+
fileSize?: string | null;
|
|
1086
|
+
fileType?: string | null;
|
|
1087
|
+
id?: string | null;
|
|
1088
|
+
}
|
|
1089
|
+
export interface HostedMandateInfo {
|
|
1090
|
+
alias?: string | null;
|
|
1091
|
+
customer?: MandateCustomer | null;
|
|
1092
|
+
customerReference?: string | null;
|
|
1093
|
+
recurrenceType?: string | null;
|
|
1094
|
+
signatureType?: string | null;
|
|
1095
|
+
uniqueMandateReference?: string | null;
|
|
1096
|
+
}
|
|
1097
|
+
export interface HostedMandateManagementSpecificInput {
|
|
1098
|
+
locale?: string | null;
|
|
1099
|
+
returnUrl?: string | null;
|
|
1100
|
+
showResultPage?: boolean | null;
|
|
1101
|
+
variant?: string | null;
|
|
1102
|
+
}
|
|
1103
|
+
export interface IINDetail {
|
|
1104
|
+
isAllowedInContext?: boolean | null;
|
|
1105
|
+
paymentProductId?: number | null;
|
|
1106
|
+
}
|
|
1107
|
+
export interface InAuth {
|
|
1108
|
+
deviceCategory?: string | null;
|
|
1109
|
+
deviceId?: string | null;
|
|
1110
|
+
riskScore?: string | null;
|
|
1111
|
+
trueIpAddress?: string | null;
|
|
1112
|
+
trueIpAddressCountry?: string | null;
|
|
1113
|
+
}
|
|
1114
|
+
export interface InstallmentDisplayHints {
|
|
1115
|
+
displayOrder?: number | null;
|
|
1116
|
+
label?: string | null;
|
|
1117
|
+
logo?: string | null;
|
|
1118
|
+
}
|
|
1119
|
+
export interface InstallmentOptions {
|
|
1120
|
+
displayHints?: InstallmentDisplayHints | null;
|
|
1121
|
+
id?: string | null;
|
|
1122
|
+
installmentPlans?: Installments[] | null;
|
|
1123
|
+
}
|
|
1124
|
+
export interface InstallmentOptionsResponse {
|
|
1125
|
+
installmentOptions?: InstallmentOptions[] | null;
|
|
1126
|
+
}
|
|
1127
|
+
export interface Installments {
|
|
1128
|
+
amountOfMoneyPerInstallment?: AmountOfMoney | null;
|
|
1129
|
+
amountOfMoneyTotal?: AmountOfMoney | null;
|
|
1130
|
+
frequencyOfInstallments?: string | null;
|
|
1131
|
+
installmentPlanCode?: number | null;
|
|
1132
|
+
interestRate?: string | null;
|
|
1133
|
+
numberOfInstallments?: number | null;
|
|
1134
|
+
}
|
|
1135
|
+
export interface InvoicePaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput {
|
|
1136
|
+
additionalReference?: string | null;
|
|
1137
|
+
}
|
|
1138
|
+
export interface InvoicePaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput {
|
|
1139
|
+
fraudResults?: FraudResults | null;
|
|
1140
|
+
}
|
|
1141
|
+
export interface KeyValuePair {
|
|
1142
|
+
key?: string | null;
|
|
1143
|
+
value?: string | null;
|
|
1144
|
+
}
|
|
1145
|
+
export interface LabelTemplateElement {
|
|
1146
|
+
attributeKey?: string | null;
|
|
1147
|
+
mask?: string | null;
|
|
1148
|
+
}
|
|
1149
|
+
export interface LengthValidator {
|
|
1150
|
+
maxLength?: number | null;
|
|
1151
|
+
minLength?: number | null;
|
|
1152
|
+
}
|
|
1153
|
+
/**
|
|
1154
|
+
* @deprecated Use ShoppingCart.amountBreakdown instead
|
|
1155
|
+
*/
|
|
1156
|
+
export interface Level3SummaryData {
|
|
1157
|
+
/**
|
|
1158
|
+
* @deprecated Use ShoppingCart.amountBreakdown with type DISCOUNT instead
|
|
1159
|
+
*/
|
|
1160
|
+
discountAmount?: number | null;
|
|
1161
|
+
/**
|
|
1162
|
+
* @deprecated Use ShoppingCart.amountBreakdown with type DUTY instead
|
|
1163
|
+
*/
|
|
1164
|
+
dutyAmount?: number | null;
|
|
1165
|
+
/**
|
|
1166
|
+
* @deprecated Use ShoppingCart.amountBreakdown with type SHIPPING instead
|
|
1167
|
+
*/
|
|
1168
|
+
shippingAmount?: number | null;
|
|
1169
|
+
}
|
|
1170
|
+
export interface LineItem {
|
|
1171
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
1172
|
+
invoiceData?: LineItemInvoiceData | null;
|
|
1173
|
+
/**
|
|
1174
|
+
* @deprecated Use orderLineDetails instead
|
|
1175
|
+
*/
|
|
1176
|
+
level3InterchangeInformation?: LineItemLevel3InterchangeInformation | null;
|
|
1177
|
+
orderLineDetails?: OrderLineDetails | null;
|
|
1178
|
+
}
|
|
1179
|
+
export interface LineItemInvoiceData {
|
|
1180
|
+
description?: string | null;
|
|
1181
|
+
merchantLinenumber?: string | null;
|
|
1182
|
+
merchantPagenumber?: string | null;
|
|
1183
|
+
nrOfItems?: string | null;
|
|
1184
|
+
pricePerItem?: number | null;
|
|
1185
|
+
}
|
|
1186
|
+
export interface LineItemLevel3InterchangeInformation {
|
|
1187
|
+
discountAmount?: number | null;
|
|
1188
|
+
lineAmountTotal?: number | null;
|
|
1189
|
+
productCode?: string | null;
|
|
1190
|
+
productPrice?: number | null;
|
|
1191
|
+
productType?: string | null;
|
|
1192
|
+
quantity?: number | null;
|
|
1193
|
+
taxAmount?: number | null;
|
|
1194
|
+
unit?: string | null;
|
|
1195
|
+
}
|
|
1196
|
+
/**
|
|
1197
|
+
* @deprecated No replacement
|
|
1198
|
+
*/
|
|
1199
|
+
export interface LoanRecipient {
|
|
1200
|
+
/**
|
|
1201
|
+
* @deprecated No replacement
|
|
1202
|
+
*/
|
|
1203
|
+
accountNumber?: string | null;
|
|
1204
|
+
/**
|
|
1205
|
+
* @deprecated No replacement
|
|
1206
|
+
*/
|
|
1207
|
+
dateOfBirth?: string | null;
|
|
1208
|
+
/**
|
|
1209
|
+
* @deprecated No replacement
|
|
1210
|
+
*/
|
|
1211
|
+
partialPan?: string | null;
|
|
1212
|
+
/**
|
|
1213
|
+
* @deprecated No replacement
|
|
1214
|
+
*/
|
|
1215
|
+
surname?: string | null;
|
|
1216
|
+
/**
|
|
1217
|
+
* @deprecated No replacement
|
|
1218
|
+
*/
|
|
1219
|
+
zip?: string | null;
|
|
1220
|
+
}
|
|
1221
|
+
export interface LodgingCharge {
|
|
1222
|
+
chargeAmount?: number | null;
|
|
1223
|
+
chargeAmountCurrencyCode?: string | null;
|
|
1224
|
+
chargeType?: string | null;
|
|
1225
|
+
}
|
|
1226
|
+
export interface LodgingData {
|
|
1227
|
+
charges?: LodgingCharge[] | null;
|
|
1228
|
+
checkInDate?: string | null;
|
|
1229
|
+
checkOutDate?: string | null;
|
|
1230
|
+
folioNumber?: string | null;
|
|
1231
|
+
isConfirmedReservation?: boolean | null;
|
|
1232
|
+
isFacilityFireSafetyConform?: boolean | null;
|
|
1233
|
+
isNoShow?: boolean | null;
|
|
1234
|
+
isPreferenceSmokingRoom?: boolean | null;
|
|
1235
|
+
numberOfAdults?: number | null;
|
|
1236
|
+
numberOfNights?: number | null;
|
|
1237
|
+
numberOfRooms?: number | null;
|
|
1238
|
+
programCode?: string | null;
|
|
1239
|
+
propertyCustomerServicePhoneNumber?: string | null;
|
|
1240
|
+
propertyPhoneNumber?: string | null;
|
|
1241
|
+
renterName?: string | null;
|
|
1242
|
+
rooms?: LodgingRoom[] | null;
|
|
1243
|
+
}
|
|
1244
|
+
export interface LodgingRoom {
|
|
1245
|
+
dailyRoomRate?: string | null;
|
|
1246
|
+
dailyRoomRateCurrencyCode?: string | null;
|
|
1247
|
+
dailyRoomTaxAmount?: string | null;
|
|
1248
|
+
dailyRoomTaxAmountCurrencyCode?: string | null;
|
|
1249
|
+
numberOfNightsAtRoomRate?: number | null;
|
|
1250
|
+
roomLocation?: string | null;
|
|
1251
|
+
roomNumber?: string | null;
|
|
1252
|
+
typeOfBed?: string | null;
|
|
1253
|
+
typeOfRoom?: string | null;
|
|
1254
|
+
}
|
|
1255
|
+
export interface MandateAddress {
|
|
1256
|
+
city?: string | null;
|
|
1257
|
+
countryCode?: string | null;
|
|
1258
|
+
houseNumber?: string | null;
|
|
1259
|
+
street?: string | null;
|
|
1260
|
+
zip?: string | null;
|
|
1261
|
+
}
|
|
1262
|
+
export interface MandateApproval {
|
|
1263
|
+
mandateSignatureDate?: string | null;
|
|
1264
|
+
mandateSignaturePlace?: string | null;
|
|
1265
|
+
mandateSigned?: boolean | null;
|
|
1266
|
+
}
|
|
1267
|
+
export interface MandateContactDetails {
|
|
1268
|
+
emailAddress?: string | null;
|
|
1269
|
+
}
|
|
1270
|
+
export interface MandateCustomer {
|
|
1271
|
+
bankAccountIban?: BankAccountIban | null;
|
|
1272
|
+
companyName?: string | null;
|
|
1273
|
+
contactDetails?: MandateContactDetails | null;
|
|
1274
|
+
mandateAddress?: MandateAddress | null;
|
|
1275
|
+
personalInformation?: MandatePersonalInformation | null;
|
|
1276
|
+
}
|
|
1277
|
+
export interface MandateMerchantAction {
|
|
1278
|
+
actionType?: string | null;
|
|
1279
|
+
redirectData?: MandateRedirectData | null;
|
|
1280
|
+
}
|
|
1281
|
+
export interface MandateNonSepaDirectDebit {
|
|
1282
|
+
paymentProduct705SpecificData?: TokenNonSepaDirectDebitPaymentProduct705SpecificData | null;
|
|
1283
|
+
paymentProduct730SpecificData?: TokenNonSepaDirectDebitPaymentProduct730SpecificData | null;
|
|
1284
|
+
}
|
|
1285
|
+
export interface MandatePersonalInformation {
|
|
1286
|
+
name?: MandatePersonalName | null;
|
|
1287
|
+
title?: string | null;
|
|
1288
|
+
}
|
|
1289
|
+
export interface MandatePersonalName {
|
|
1290
|
+
firstName?: string | null;
|
|
1291
|
+
surname?: string | null;
|
|
1292
|
+
}
|
|
1293
|
+
export interface MandateRedirectData extends RedirectDataBase {
|
|
1294
|
+
}
|
|
1295
|
+
export interface MandateResponse {
|
|
1296
|
+
alias?: string | null;
|
|
1297
|
+
customer?: MandateCustomer | null;
|
|
1298
|
+
customerReference?: string | null;
|
|
1299
|
+
recurrenceType?: string | null;
|
|
1300
|
+
status?: string | null;
|
|
1301
|
+
uniqueMandateReference?: string | null;
|
|
1302
|
+
}
|
|
1303
|
+
export interface MandateSepaDirectDebit extends MandateSepaDirectDebitWithMandateId {
|
|
1304
|
+
creditor?: Creditor | null;
|
|
1305
|
+
}
|
|
1306
|
+
export interface MandateSepaDirectDebitWithMandateId extends MandateSepaDirectDebitWithoutCreditor {
|
|
1307
|
+
mandateId?: string | null;
|
|
1308
|
+
}
|
|
1309
|
+
export interface MandateSepaDirectDebitWithoutCreditor {
|
|
1310
|
+
bankAccountIban?: BankAccountIban | null;
|
|
1311
|
+
customerContractIdentifier?: string | null;
|
|
1312
|
+
debtor?: Debtor | null;
|
|
1313
|
+
isRecurring?: boolean | null;
|
|
1314
|
+
mandateApproval?: MandateApproval | null;
|
|
1315
|
+
preNotification?: string | null;
|
|
1316
|
+
}
|
|
1317
|
+
export interface Merchant {
|
|
1318
|
+
configurationId?: string | null;
|
|
1319
|
+
contactWebsiteUrl?: string | null;
|
|
1320
|
+
seller?: Seller | null;
|
|
1321
|
+
websiteUrl?: string | null;
|
|
1322
|
+
}
|
|
1323
|
+
export interface MerchantAction {
|
|
1324
|
+
actionType?: string | null;
|
|
1325
|
+
formFields?: PaymentProductField[] | null;
|
|
1326
|
+
mobileThreeDSecureChallengeParameters?: MobileThreeDSecureChallengeParameters | null;
|
|
1327
|
+
redirectData?: RedirectData | null;
|
|
1328
|
+
renderingData?: string | null;
|
|
1329
|
+
showData?: KeyValuePair[] | null;
|
|
1330
|
+
thirdPartyData?: ThirdPartyData | null;
|
|
1331
|
+
}
|
|
1332
|
+
export interface MerchantRiskAssessment {
|
|
1333
|
+
websiteUrl?: string | null;
|
|
1334
|
+
}
|
|
1335
|
+
export interface MicrosoftFraudResults {
|
|
1336
|
+
clauseName?: string | null;
|
|
1337
|
+
deviceCountryCode?: string | null;
|
|
1338
|
+
deviceId?: string | null;
|
|
1339
|
+
fraudScore?: number | null;
|
|
1340
|
+
policyApplied?: string | null;
|
|
1341
|
+
trueIpAddress?: string | null;
|
|
1342
|
+
userDeviceType?: string | null;
|
|
1343
|
+
}
|
|
1344
|
+
export interface MobilePaymentData {
|
|
1345
|
+
dpan?: string | null;
|
|
1346
|
+
expiryDate?: string | null;
|
|
1347
|
+
}
|
|
1348
|
+
export interface MobilePaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput {
|
|
1349
|
+
authorizationMode?: string | null;
|
|
1350
|
+
customerReference?: string | null;
|
|
1351
|
+
decryptedPaymentData?: DecryptedPaymentData | null;
|
|
1352
|
+
encryptedPaymentData?: string | null;
|
|
1353
|
+
paymentProduct320SpecificInput?: MobilePaymentProduct320SpecificInput | null;
|
|
1354
|
+
requiresApproval?: boolean | null;
|
|
1355
|
+
skipFraudService?: boolean | null;
|
|
1356
|
+
}
|
|
1357
|
+
export interface MobilePaymentMethodSpecificInputHostedCheckout extends AbstractPaymentMethodSpecificInput {
|
|
1358
|
+
authorizationMode?: string | null;
|
|
1359
|
+
customerReference?: string | null;
|
|
1360
|
+
paymentProduct302SpecificInput?: MobilePaymentProduct302SpecificInputHostedCheckout | null;
|
|
1361
|
+
paymentProduct320SpecificInput?: MobilePaymentProduct320SpecificInputHostedCheckout | null;
|
|
1362
|
+
requiresApproval?: boolean | null;
|
|
1363
|
+
skipFraudService?: boolean | null;
|
|
1364
|
+
}
|
|
1365
|
+
export interface MobilePaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput {
|
|
1366
|
+
authorisationCode?: string | null;
|
|
1367
|
+
fraudResults?: CardFraudResults | null;
|
|
1368
|
+
network?: string | null;
|
|
1369
|
+
paymentData?: MobilePaymentData | null;
|
|
1370
|
+
threeDSecureResults?: ThreeDSecureResults | null;
|
|
1371
|
+
}
|
|
1372
|
+
export interface MobilePaymentProduct302SpecificInputHostedCheckout {
|
|
1373
|
+
businessName?: string | null;
|
|
1374
|
+
}
|
|
1375
|
+
export interface MobilePaymentProduct320SpecificInput {
|
|
1376
|
+
cardholderName?: string | null;
|
|
1377
|
+
threeDSecure?: GPayThreeDSecure | null;
|
|
1378
|
+
}
|
|
1379
|
+
export interface MobilePaymentProduct320SpecificInputHostedCheckout {
|
|
1380
|
+
merchantName?: string | null;
|
|
1381
|
+
merchantOrigin?: string | null;
|
|
1382
|
+
threeDSecure?: GPayThreeDSecure | null;
|
|
1383
|
+
}
|
|
1384
|
+
export interface MobilePaymentProductSession302SpecificInput {
|
|
1385
|
+
displayName?: string | null;
|
|
1386
|
+
domainName?: string | null;
|
|
1387
|
+
validationUrl?: string | null;
|
|
1388
|
+
}
|
|
1389
|
+
export interface MobilePaymentProductSession302SpecificOutput {
|
|
1390
|
+
sessionObject?: string | null;
|
|
1391
|
+
}
|
|
1392
|
+
export interface MobileThreeDSecureChallengeParameters {
|
|
1393
|
+
acsReferenceNumber?: string | null;
|
|
1394
|
+
acsSignedContent?: string | null;
|
|
1395
|
+
acsTransactionId?: string | null;
|
|
1396
|
+
threeDServerTransactionId?: string | null;
|
|
1397
|
+
}
|
|
1398
|
+
export interface NonSepaDirectDebitPaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput {
|
|
1399
|
+
dateCollect?: string | null;
|
|
1400
|
+
directDebitText?: string | null;
|
|
1401
|
+
isRecurring?: boolean | null;
|
|
1402
|
+
paymentProduct705SpecificInput?: NonSepaDirectDebitPaymentProduct705SpecificInput | null;
|
|
1403
|
+
paymentProduct730SpecificInput?: NonSepaDirectDebitPaymentProduct730SpecificInput | null;
|
|
1404
|
+
recurringPaymentSequenceIndicator?: string | null;
|
|
1405
|
+
requiresApproval?: boolean | null;
|
|
1406
|
+
token?: string | null;
|
|
1407
|
+
tokenize?: boolean | null;
|
|
1408
|
+
}
|
|
1409
|
+
export interface NonSepaDirectDebitPaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput {
|
|
1410
|
+
fraudResults?: FraudResults | null;
|
|
1411
|
+
}
|
|
1412
|
+
export interface NonSepaDirectDebitPaymentProduct705SpecificInput {
|
|
1413
|
+
authorisationId?: string | null;
|
|
1414
|
+
bankAccountBban?: BankAccountBban | null;
|
|
1415
|
+
transactionType?: string | null;
|
|
1416
|
+
}
|
|
1417
|
+
export interface NonSepaDirectDebitPaymentProduct730SpecificInput {
|
|
1418
|
+
bankAccountBban?: BankAccountBban | null;
|
|
1419
|
+
}
|
|
1420
|
+
export interface Order {
|
|
1421
|
+
additionalInput?: AdditionalOrderInput | null;
|
|
1422
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
1423
|
+
customer?: Customer | null;
|
|
1424
|
+
/**
|
|
1425
|
+
* @deprecated Use shoppingCart.items instead
|
|
1426
|
+
*/
|
|
1427
|
+
items?: LineItem[] | null;
|
|
1428
|
+
references?: OrderReferences | null;
|
|
1429
|
+
/**
|
|
1430
|
+
* @deprecated Use Merchant.seller instead
|
|
1431
|
+
*/
|
|
1432
|
+
seller?: Seller | null;
|
|
1433
|
+
shipping?: Shipping | null;
|
|
1434
|
+
shoppingCart?: ShoppingCart | null;
|
|
1435
|
+
}
|
|
1436
|
+
export interface OrderApprovePayment {
|
|
1437
|
+
additionalInput?: AdditionalOrderInputAirlineData | null;
|
|
1438
|
+
customer?: CustomerApprovePayment | null;
|
|
1439
|
+
references?: OrderReferencesApprovePayment | null;
|
|
1440
|
+
}
|
|
1441
|
+
export interface OrderInvoiceData {
|
|
1442
|
+
additionalData?: string | null;
|
|
1443
|
+
invoiceDate?: string | null;
|
|
1444
|
+
invoiceNumber?: string | null;
|
|
1445
|
+
textQualifiers?: string[] | null;
|
|
1446
|
+
}
|
|
1447
|
+
export interface OrderLineDetails {
|
|
1448
|
+
discountAmount?: number | null;
|
|
1449
|
+
googleProductCategoryId?: number | null;
|
|
1450
|
+
lineAmountTotal?: number | null;
|
|
1451
|
+
productCategory?: string | null;
|
|
1452
|
+
productCode?: string | null;
|
|
1453
|
+
productName?: string | null;
|
|
1454
|
+
productPrice?: number | null;
|
|
1455
|
+
productSku?: string | null;
|
|
1456
|
+
productType?: string | null;
|
|
1457
|
+
quantity?: number | null;
|
|
1458
|
+
taxAmount?: number | null;
|
|
1459
|
+
unit?: string | null;
|
|
1460
|
+
}
|
|
1461
|
+
export interface OrderOutput {
|
|
1462
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
1463
|
+
references?: PaymentReferences | null;
|
|
1464
|
+
}
|
|
1465
|
+
export interface OrderReferences {
|
|
1466
|
+
descriptor?: string | null;
|
|
1467
|
+
invoiceData?: OrderInvoiceData | null;
|
|
1468
|
+
merchantOrderId?: number | null;
|
|
1469
|
+
merchantReference?: string | null;
|
|
1470
|
+
providerId?: string | null;
|
|
1471
|
+
providerMerchantId?: string | null;
|
|
1472
|
+
}
|
|
1473
|
+
export interface OrderReferencesApprovePayment {
|
|
1474
|
+
merchantReference?: string | null;
|
|
1475
|
+
}
|
|
1476
|
+
export interface OrderRiskAssessment {
|
|
1477
|
+
additionalInput?: AdditionalOrderInputAirlineData | null;
|
|
1478
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
1479
|
+
customer?: CustomerRiskAssessment | null;
|
|
1480
|
+
shipping?: ShippingRiskAssessment | null;
|
|
1481
|
+
}
|
|
1482
|
+
export interface OrderStatusOutput {
|
|
1483
|
+
errors?: APIError[] | null;
|
|
1484
|
+
isCancellable?: boolean | null;
|
|
1485
|
+
isRetriable?: boolean | null;
|
|
1486
|
+
providerRawOutput?: KeyValuePair[] | null;
|
|
1487
|
+
statusCategory?: string | null;
|
|
1488
|
+
statusCode?: number | null;
|
|
1489
|
+
statusCodeChangeDateTime?: string | null;
|
|
1490
|
+
}
|
|
1491
|
+
export interface OrderTypeInformation {
|
|
1492
|
+
fundingType?: string | null;
|
|
1493
|
+
purchaseType?: string | null;
|
|
1494
|
+
transactionType?: string | null;
|
|
1495
|
+
usageType?: string | null;
|
|
1496
|
+
}
|
|
1497
|
+
export interface Payment extends AbstractOrderStatus {
|
|
1498
|
+
hostedCheckoutSpecificOutput?: HostedCheckoutSpecificOutput | null;
|
|
1499
|
+
paymentOutput?: PaymentOutput | null;
|
|
1500
|
+
status?: string | null;
|
|
1501
|
+
statusOutput?: PaymentStatusOutput | null;
|
|
1502
|
+
}
|
|
1503
|
+
export interface PaymentAccountOnFile {
|
|
1504
|
+
createDate?: string | null;
|
|
1505
|
+
numberOfCardOnFileCreationAttemptsLast24Hours?: number | null;
|
|
1506
|
+
}
|
|
1507
|
+
export interface PaymentApprovalResponse {
|
|
1508
|
+
cardPaymentMethodSpecificOutput?: ApprovePaymentCardPaymentMethodSpecificOutput | null;
|
|
1509
|
+
mobilePaymentMethodSpecificOutput?: ApprovePaymentMobilePaymentMethodSpecificOutput | null;
|
|
1510
|
+
payment?: Payment | null;
|
|
1511
|
+
/**
|
|
1512
|
+
* @deprecated Use cardPaymentMethodSpecificOutput instead
|
|
1513
|
+
*/
|
|
1514
|
+
paymentMethodSpecificOutput?: ApprovePaymentCardPaymentMethodSpecificOutput | null;
|
|
1515
|
+
}
|
|
1516
|
+
export interface PaymentContext {
|
|
1517
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
1518
|
+
countryCode?: string | null;
|
|
1519
|
+
isInstallments?: boolean | null;
|
|
1520
|
+
isRecurring?: boolean | null;
|
|
1521
|
+
}
|
|
1522
|
+
export interface PaymentCreationOutput extends PaymentCreationReferences {
|
|
1523
|
+
isCheckedRememberMe?: boolean | null;
|
|
1524
|
+
isNewToken?: boolean | null;
|
|
1525
|
+
token?: string | null;
|
|
1526
|
+
tokenizationSucceeded?: boolean | null;
|
|
1527
|
+
}
|
|
1528
|
+
export interface PaymentCreationReferences {
|
|
1529
|
+
additionalReference?: string | null;
|
|
1530
|
+
externalReference?: string | null;
|
|
1531
|
+
}
|
|
1532
|
+
export interface PaymentErrorResponse {
|
|
1533
|
+
errorId?: string | null;
|
|
1534
|
+
errors?: APIError[] | null;
|
|
1535
|
+
paymentResult?: CreatePaymentResult | null;
|
|
1536
|
+
}
|
|
1537
|
+
export interface PaymentOutput extends OrderOutput {
|
|
1538
|
+
amountPaid?: number | null;
|
|
1539
|
+
amountReversed?: number | null;
|
|
1540
|
+
bankTransferPaymentMethodSpecificOutput?: BankTransferPaymentMethodSpecificOutput | null;
|
|
1541
|
+
cardPaymentMethodSpecificOutput?: CardPaymentMethodSpecificOutput | null;
|
|
1542
|
+
cashPaymentMethodSpecificOutput?: CashPaymentMethodSpecificOutput | null;
|
|
1543
|
+
directDebitPaymentMethodSpecificOutput?: NonSepaDirectDebitPaymentMethodSpecificOutput | null;
|
|
1544
|
+
eInvoicePaymentMethodSpecificOutput?: EInvoicePaymentMethodSpecificOutput | null;
|
|
1545
|
+
invoicePaymentMethodSpecificOutput?: InvoicePaymentMethodSpecificOutput | null;
|
|
1546
|
+
mobilePaymentMethodSpecificOutput?: MobilePaymentMethodSpecificOutput | null;
|
|
1547
|
+
paymentMethod?: string | null;
|
|
1548
|
+
redirectPaymentMethodSpecificOutput?: RedirectPaymentMethodSpecificOutput | null;
|
|
1549
|
+
reversalReason?: string | null;
|
|
1550
|
+
sepaDirectDebitPaymentMethodSpecificOutput?: SepaDirectDebitPaymentMethodSpecificOutput | null;
|
|
1551
|
+
}
|
|
1552
|
+
export interface PaymentProduct {
|
|
1553
|
+
accountsOnFile?: AccountOnFile[] | null;
|
|
1554
|
+
acquirerCountry?: string | null;
|
|
1555
|
+
allowsInstallments?: boolean | null;
|
|
1556
|
+
allowsRecurring?: boolean | null;
|
|
1557
|
+
allowsTokenization?: boolean | null;
|
|
1558
|
+
authenticationIndicator?: AuthenticationIndicator | null;
|
|
1559
|
+
autoTokenized?: boolean | null;
|
|
1560
|
+
canBeIframed?: boolean | null;
|
|
1561
|
+
deviceFingerprintEnabled?: boolean | null;
|
|
1562
|
+
displayHints?: PaymentProductDisplayHints | null;
|
|
1563
|
+
fields?: PaymentProductField[] | null;
|
|
1564
|
+
fieldsWarning?: string | null;
|
|
1565
|
+
id?: number | null;
|
|
1566
|
+
isAuthenticationSupported?: boolean | null;
|
|
1567
|
+
isJavaScriptRequired?: boolean | null;
|
|
1568
|
+
maxAmount?: number | null;
|
|
1569
|
+
minAmount?: number | null;
|
|
1570
|
+
mobileIntegrationLevel?: string | null;
|
|
1571
|
+
paymentMethod?: string | null;
|
|
1572
|
+
paymentProduct302SpecificData?: PaymentProduct302SpecificData | null;
|
|
1573
|
+
paymentProduct320SpecificData?: PaymentProduct320SpecificData | null;
|
|
1574
|
+
paymentProduct863SpecificData?: PaymentProduct863SpecificData | null;
|
|
1575
|
+
paymentProductGroup?: string | null;
|
|
1576
|
+
supportsMandates?: boolean | null;
|
|
1577
|
+
usesRedirectionTo3rdParty?: boolean | null;
|
|
1578
|
+
}
|
|
1579
|
+
export interface PaymentProduct302SpecificData {
|
|
1580
|
+
networks?: string[] | null;
|
|
1581
|
+
}
|
|
1582
|
+
export interface PaymentProduct3201SpecificOutput {
|
|
1583
|
+
card?: CardEssentials | null;
|
|
1584
|
+
}
|
|
1585
|
+
export interface PaymentProduct320SpecificData {
|
|
1586
|
+
gateway?: string | null;
|
|
1587
|
+
networks?: string[] | null;
|
|
1588
|
+
}
|
|
1589
|
+
export interface PaymentProduct771SpecificOutput {
|
|
1590
|
+
mandateReference?: string | null;
|
|
1591
|
+
}
|
|
1592
|
+
export interface PaymentProduct806SpecificOutput {
|
|
1593
|
+
billingAddress?: Address | null;
|
|
1594
|
+
customerAccount?: TrustlyBankAccount | null;
|
|
1595
|
+
}
|
|
1596
|
+
export interface PaymentProduct836SpecificOutput {
|
|
1597
|
+
securityIndicator?: string | null;
|
|
1598
|
+
}
|
|
1599
|
+
export interface PaymentProduct840CustomerAccount {
|
|
1600
|
+
accountId?: string | null;
|
|
1601
|
+
billingAgreementId?: string | null;
|
|
1602
|
+
companyName?: string | null;
|
|
1603
|
+
contactPhone?: string | null;
|
|
1604
|
+
countryCode?: string | null;
|
|
1605
|
+
customerAccountStatus?: string | null;
|
|
1606
|
+
customerAddressStatus?: string | null;
|
|
1607
|
+
firstName?: string | null;
|
|
1608
|
+
payerId?: string | null;
|
|
1609
|
+
surname?: string | null;
|
|
1610
|
+
}
|
|
1611
|
+
export interface PaymentProduct840SpecificOutput {
|
|
1612
|
+
billingAddress?: Address | null;
|
|
1613
|
+
customerAccount?: PaymentProduct840CustomerAccount | null;
|
|
1614
|
+
customerAddress?: Address | null;
|
|
1615
|
+
protectionEligibility?: ProtectionEligibility | null;
|
|
1616
|
+
}
|
|
1617
|
+
export interface PaymentProduct863SpecificData {
|
|
1618
|
+
integrationTypes?: string[] | null;
|
|
1619
|
+
}
|
|
1620
|
+
export interface PaymentProduct863ThirdPartyData {
|
|
1621
|
+
appId?: string | null;
|
|
1622
|
+
nonceStr?: string | null;
|
|
1623
|
+
packageSign?: string | null;
|
|
1624
|
+
paySign?: string | null;
|
|
1625
|
+
prepayId?: string | null;
|
|
1626
|
+
signType?: string | null;
|
|
1627
|
+
timeStamp?: string | null;
|
|
1628
|
+
}
|
|
1629
|
+
export interface PaymentProductDisplayHints {
|
|
1630
|
+
displayOrder?: number | null;
|
|
1631
|
+
label?: string | null;
|
|
1632
|
+
logo?: string | null;
|
|
1633
|
+
}
|
|
1634
|
+
export interface PaymentProductField {
|
|
1635
|
+
dataRestrictions?: PaymentProductFieldDataRestrictions | null;
|
|
1636
|
+
displayHints?: PaymentProductFieldDisplayHints | null;
|
|
1637
|
+
id?: string | null;
|
|
1638
|
+
type?: string | null;
|
|
1639
|
+
usedForLookup?: boolean | null;
|
|
1640
|
+
}
|
|
1641
|
+
export interface PaymentProductFieldDataRestrictions {
|
|
1642
|
+
isRequired?: boolean | null;
|
|
1643
|
+
validators?: PaymentProductFieldValidators | null;
|
|
1644
|
+
}
|
|
1645
|
+
export interface PaymentProductFieldDisplayElement {
|
|
1646
|
+
id?: string | null;
|
|
1647
|
+
label?: string | null;
|
|
1648
|
+
type?: string | null;
|
|
1649
|
+
value?: string | null;
|
|
1650
|
+
}
|
|
1651
|
+
export interface PaymentProductFieldDisplayHints {
|
|
1652
|
+
alwaysShow?: boolean | null;
|
|
1653
|
+
displayOrder?: number | null;
|
|
1654
|
+
formElement?: PaymentProductFieldFormElement | null;
|
|
1655
|
+
label?: string | null;
|
|
1656
|
+
link?: string | null;
|
|
1657
|
+
mask?: string | null;
|
|
1658
|
+
obfuscate?: boolean | null;
|
|
1659
|
+
placeholderLabel?: string | null;
|
|
1660
|
+
preferredInputType?: string | null;
|
|
1661
|
+
tooltip?: PaymentProductFieldTooltip | null;
|
|
1662
|
+
}
|
|
1663
|
+
export interface PaymentProductFieldFormElement {
|
|
1664
|
+
type?: string | null;
|
|
1665
|
+
valueMapping?: ValueMappingElement[] | null;
|
|
1666
|
+
}
|
|
1667
|
+
export interface PaymentProductFieldTooltip {
|
|
1668
|
+
image?: string | null;
|
|
1669
|
+
label?: string | null;
|
|
1670
|
+
}
|
|
1671
|
+
export interface PaymentProductFieldValidators {
|
|
1672
|
+
boletoBancarioRequiredness?: BoletoBancarioRequirednessValidator | null;
|
|
1673
|
+
emailAddress?: EmptyValidator | null;
|
|
1674
|
+
expirationDate?: EmptyValidator | null;
|
|
1675
|
+
fixedList?: FixedListValidator | null;
|
|
1676
|
+
iban?: EmptyValidator | null;
|
|
1677
|
+
length?: LengthValidator | null;
|
|
1678
|
+
luhn?: EmptyValidator | null;
|
|
1679
|
+
range?: RangeValidator | null;
|
|
1680
|
+
regularExpression?: RegularExpressionValidator | null;
|
|
1681
|
+
residentIdNumber?: EmptyValidator | null;
|
|
1682
|
+
termsAndConditions?: EmptyValidator | null;
|
|
1683
|
+
}
|
|
1684
|
+
export interface PaymentProductFilter {
|
|
1685
|
+
groups?: string[] | null;
|
|
1686
|
+
products?: number[] | null;
|
|
1687
|
+
}
|
|
1688
|
+
export interface PaymentProductFiltersClientSession {
|
|
1689
|
+
exclude?: PaymentProductFilter | null;
|
|
1690
|
+
restrictTo?: PaymentProductFilter | null;
|
|
1691
|
+
}
|
|
1692
|
+
export interface PaymentProductFiltersHostedCheckout {
|
|
1693
|
+
exclude?: PaymentProductFilter | null;
|
|
1694
|
+
restrictTo?: PaymentProductFilter | null;
|
|
1695
|
+
tokensOnly?: boolean | null;
|
|
1696
|
+
}
|
|
1697
|
+
export interface PaymentProductGroup {
|
|
1698
|
+
accountsOnFile?: AccountOnFile[] | null;
|
|
1699
|
+
allowsInstallments?: boolean | null;
|
|
1700
|
+
deviceFingerprintEnabled?: boolean | null;
|
|
1701
|
+
displayHints?: PaymentProductDisplayHints | null;
|
|
1702
|
+
fields?: PaymentProductField[] | null;
|
|
1703
|
+
id?: string | null;
|
|
1704
|
+
}
|
|
1705
|
+
export interface PaymentProductGroupResponse extends PaymentProductGroup {
|
|
1706
|
+
}
|
|
1707
|
+
export interface PaymentProductGroups {
|
|
1708
|
+
paymentProductGroups?: PaymentProductGroup[] | null;
|
|
1709
|
+
}
|
|
1710
|
+
export interface PaymentProductNetworksResponse {
|
|
1711
|
+
networks?: string[] | null;
|
|
1712
|
+
}
|
|
1713
|
+
export interface PaymentProductResponse extends PaymentProduct {
|
|
1714
|
+
}
|
|
1715
|
+
export interface PaymentProducts {
|
|
1716
|
+
paymentProducts?: PaymentProduct[] | null;
|
|
1717
|
+
}
|
|
1718
|
+
export interface PaymentReferences {
|
|
1719
|
+
merchantOrderId?: number | null;
|
|
1720
|
+
merchantReference?: string | null;
|
|
1721
|
+
paymentReference?: string | null;
|
|
1722
|
+
providerId?: string | null;
|
|
1723
|
+
providerMerchantId?: string | null;
|
|
1724
|
+
providerReference?: string | null;
|
|
1725
|
+
referenceOrigPayment?: string | null;
|
|
1726
|
+
}
|
|
1727
|
+
export interface PaymentResponse extends Payment {
|
|
1728
|
+
}
|
|
1729
|
+
export interface PaymentStatusOutput extends OrderStatusOutput {
|
|
1730
|
+
isAuthorized?: boolean | null;
|
|
1731
|
+
isRefundable?: boolean | null;
|
|
1732
|
+
threeDSecureStatus?: string | null;
|
|
1733
|
+
}
|
|
1734
|
+
export interface PayoutCustomer {
|
|
1735
|
+
address?: Address | null;
|
|
1736
|
+
companyInformation?: CompanyInformation | null;
|
|
1737
|
+
contactDetails?: ContactDetailsBase | null;
|
|
1738
|
+
merchantCustomerId?: string | null;
|
|
1739
|
+
name?: PersonalName | null;
|
|
1740
|
+
}
|
|
1741
|
+
export interface PayoutDetails {
|
|
1742
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
1743
|
+
customer?: PayoutCustomer | null;
|
|
1744
|
+
references?: PayoutReferences | null;
|
|
1745
|
+
}
|
|
1746
|
+
export interface PayoutErrorResponse {
|
|
1747
|
+
errorId?: string | null;
|
|
1748
|
+
errors?: APIError[] | null;
|
|
1749
|
+
payoutResult?: PayoutResult | null;
|
|
1750
|
+
}
|
|
1751
|
+
export interface PayoutMerchant {
|
|
1752
|
+
configurationId?: string | null;
|
|
1753
|
+
}
|
|
1754
|
+
export interface PayoutRecipient {
|
|
1755
|
+
firstName?: string | null;
|
|
1756
|
+
surname?: string | null;
|
|
1757
|
+
surnamePrefix?: string | null;
|
|
1758
|
+
}
|
|
1759
|
+
export interface PayoutReferences {
|
|
1760
|
+
invoiceNumber?: string | null;
|
|
1761
|
+
merchantOrderId?: number | null;
|
|
1762
|
+
merchantReference?: string | null;
|
|
1763
|
+
}
|
|
1764
|
+
export interface PayoutResponse extends PayoutResult {
|
|
1765
|
+
}
|
|
1766
|
+
export interface PayoutResult extends AbstractOrderStatus {
|
|
1767
|
+
payoutOutput?: OrderOutput | null;
|
|
1768
|
+
status?: string | null;
|
|
1769
|
+
statusOutput?: OrderStatusOutput | null;
|
|
1770
|
+
}
|
|
1771
|
+
export interface PersonalIdentification {
|
|
1772
|
+
idIssuingCountryCode?: string | null;
|
|
1773
|
+
idType?: string | null;
|
|
1774
|
+
idValue?: string | null;
|
|
1775
|
+
}
|
|
1776
|
+
export interface PersonalInformation {
|
|
1777
|
+
dateOfBirth?: string | null;
|
|
1778
|
+
gender?: string | null;
|
|
1779
|
+
identification?: PersonalIdentification | null;
|
|
1780
|
+
name?: PersonalName | null;
|
|
1781
|
+
}
|
|
1782
|
+
export interface PersonalInformationRiskAssessment {
|
|
1783
|
+
name?: PersonalNameRiskAssessment | null;
|
|
1784
|
+
}
|
|
1785
|
+
export interface PersonalInformationToken {
|
|
1786
|
+
name?: PersonalNameToken | null;
|
|
1787
|
+
}
|
|
1788
|
+
export interface PersonalName extends PersonalNameBase {
|
|
1789
|
+
title?: string | null;
|
|
1790
|
+
}
|
|
1791
|
+
export interface PersonalNameBase {
|
|
1792
|
+
firstName?: string | null;
|
|
1793
|
+
surname?: string | null;
|
|
1794
|
+
surnamePrefix?: string | null;
|
|
1795
|
+
}
|
|
1796
|
+
export interface PersonalNameRiskAssessment extends PersonalNameBase {
|
|
1797
|
+
}
|
|
1798
|
+
export interface PersonalNameToken extends PersonalNameBase {
|
|
1799
|
+
}
|
|
1800
|
+
export interface ProtectionEligibility {
|
|
1801
|
+
eligibility?: string | null;
|
|
1802
|
+
type?: string | null;
|
|
1803
|
+
}
|
|
1804
|
+
export interface RangeValidator {
|
|
1805
|
+
maxValue?: number | null;
|
|
1806
|
+
minValue?: number | null;
|
|
1807
|
+
}
|
|
1808
|
+
export interface RecurringPaymentsData {
|
|
1809
|
+
recurringInterval?: Frequency | null;
|
|
1810
|
+
trialInformation?: TrialInformation | null;
|
|
1811
|
+
}
|
|
1812
|
+
export interface RedirectData extends RedirectDataBase {
|
|
1813
|
+
}
|
|
1814
|
+
export interface RedirectDataBase {
|
|
1815
|
+
RETURNMAC?: string | null;
|
|
1816
|
+
redirectURL?: string | null;
|
|
1817
|
+
}
|
|
1818
|
+
export interface RedirectPaymentMethodSpecificInput extends AbstractRedirectPaymentMethodSpecificInput {
|
|
1819
|
+
isRecurring?: boolean | null;
|
|
1820
|
+
paymentProduct4101SpecificInput?: RedirectPaymentProduct4101SpecificInput | null;
|
|
1821
|
+
paymentProduct809SpecificInput?: RedirectPaymentProduct809SpecificInput | null;
|
|
1822
|
+
paymentProduct816SpecificInput?: RedirectPaymentProduct816SpecificInput | null;
|
|
1823
|
+
paymentProduct840SpecificInput?: RedirectPaymentProduct840SpecificInput | null;
|
|
1824
|
+
paymentProduct861SpecificInput?: RedirectPaymentProduct861SpecificInput | null;
|
|
1825
|
+
paymentProduct863SpecificInput?: RedirectPaymentProduct863SpecificInput | null;
|
|
1826
|
+
paymentProduct869SpecificInput?: RedirectPaymentProduct869SpecificInput | null;
|
|
1827
|
+
paymentProduct882SpecificInput?: RedirectPaymentProduct882SpecificInput | null;
|
|
1828
|
+
redirectionData?: RedirectionData | null;
|
|
1829
|
+
/**
|
|
1830
|
+
* @deprecated Use redirectionData.returnUrl instead
|
|
1831
|
+
*/
|
|
1832
|
+
returnUrl?: string | null;
|
|
1833
|
+
}
|
|
1834
|
+
export interface RedirectPaymentMethodSpecificInputBase extends AbstractRedirectPaymentMethodSpecificInput {
|
|
1835
|
+
paymentProduct4101SpecificInput?: RedirectPaymentProduct4101SpecificInputBase | null;
|
|
1836
|
+
paymentProduct840SpecificInput?: RedirectPaymentProduct840SpecificInputBase | null;
|
|
1837
|
+
}
|
|
1838
|
+
export interface RedirectPaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput {
|
|
1839
|
+
bankAccountBban?: BankAccountBban | null;
|
|
1840
|
+
bankAccountIban?: BankAccountIban | null;
|
|
1841
|
+
bic?: string | null;
|
|
1842
|
+
fraudResults?: FraudResults | null;
|
|
1843
|
+
paymentProduct3201SpecificOutput?: PaymentProduct3201SpecificOutput | null;
|
|
1844
|
+
paymentProduct806SpecificOutput?: PaymentProduct806SpecificOutput | null;
|
|
1845
|
+
paymentProduct836SpecificOutput?: PaymentProduct836SpecificOutput | null;
|
|
1846
|
+
paymentProduct840SpecificOutput?: PaymentProduct840SpecificOutput | null;
|
|
1847
|
+
token?: string | null;
|
|
1848
|
+
}
|
|
1849
|
+
export interface RedirectPaymentProduct4101SpecificInput {
|
|
1850
|
+
displayName?: string | null;
|
|
1851
|
+
integrationType?: string | null;
|
|
1852
|
+
virtualPaymentAddress?: string | null;
|
|
1853
|
+
}
|
|
1854
|
+
export interface RedirectPaymentProduct4101SpecificInputBase extends AbstractRedirectPaymentProduct4101SpecificInput {
|
|
1855
|
+
displayName?: string | null;
|
|
1856
|
+
}
|
|
1857
|
+
export interface RedirectPaymentProduct809SpecificInput {
|
|
1858
|
+
/**
|
|
1859
|
+
* @deprecated Use RedirectPaymentMethodSpecificInput.expirationPeriod instead
|
|
1860
|
+
*/
|
|
1861
|
+
expirationPeriod?: string | null;
|
|
1862
|
+
issuerId?: string | null;
|
|
1863
|
+
}
|
|
1864
|
+
export interface RedirectPaymentProduct816SpecificInput {
|
|
1865
|
+
bankAccountIban?: BankAccountIban | null;
|
|
1866
|
+
}
|
|
1867
|
+
export interface RedirectPaymentProduct840SpecificInput extends AbstractRedirectPaymentProduct840SpecificInput {
|
|
1868
|
+
/**
|
|
1869
|
+
* @deprecated Use Order.references.descriptor instead
|
|
1870
|
+
*/
|
|
1871
|
+
custom?: string | null;
|
|
1872
|
+
isShortcut?: boolean | null;
|
|
1873
|
+
}
|
|
1874
|
+
export interface RedirectPaymentProduct840SpecificInputBase extends AbstractRedirectPaymentProduct840SpecificInput {
|
|
1875
|
+
}
|
|
1876
|
+
export interface RedirectPaymentProduct861SpecificInput {
|
|
1877
|
+
mobileDevice?: boolean | null;
|
|
1878
|
+
}
|
|
1879
|
+
export interface RedirectPaymentProduct863SpecificInput {
|
|
1880
|
+
integrationType?: string | null;
|
|
1881
|
+
openId?: string | null;
|
|
1882
|
+
}
|
|
1883
|
+
export interface RedirectPaymentProduct869SpecificInput {
|
|
1884
|
+
issuerId?: string | null;
|
|
1885
|
+
residentIdName?: string | null;
|
|
1886
|
+
residentIdNumber?: string | null;
|
|
1887
|
+
}
|
|
1888
|
+
export interface RedirectPaymentProduct882SpecificInput {
|
|
1889
|
+
issuerId?: string | null;
|
|
1890
|
+
}
|
|
1891
|
+
export interface RedirectionData {
|
|
1892
|
+
returnUrl?: string | null;
|
|
1893
|
+
variant?: string | null;
|
|
1894
|
+
}
|
|
1895
|
+
export interface RefundBankMethodSpecificOutput extends RefundMethodSpecificOutput {
|
|
1896
|
+
}
|
|
1897
|
+
export interface RefundCardMethodSpecificOutput extends RefundMethodSpecificOutput {
|
|
1898
|
+
authorisationCode?: string | null;
|
|
1899
|
+
card?: CardEssentials | null;
|
|
1900
|
+
}
|
|
1901
|
+
export interface RefundCashMethodSpecificOutput extends RefundMethodSpecificOutput {
|
|
1902
|
+
}
|
|
1903
|
+
export interface RefundCustomer {
|
|
1904
|
+
address?: AddressPersonal | null;
|
|
1905
|
+
companyInformation?: CompanyInformation | null;
|
|
1906
|
+
contactDetails?: ContactDetailsBase | null;
|
|
1907
|
+
fiscalNumber?: string | null;
|
|
1908
|
+
}
|
|
1909
|
+
export interface RefundEInvoiceMethodSpecificOutput extends RefundMethodSpecificOutput {
|
|
1910
|
+
}
|
|
1911
|
+
export interface RefundEWalletMethodSpecificOutput extends RefundMethodSpecificOutput {
|
|
1912
|
+
paymentProduct840SpecificOutput?: RefundPaymentProduct840SpecificOutput | null;
|
|
1913
|
+
}
|
|
1914
|
+
export interface RefundErrorResponse {
|
|
1915
|
+
errorId?: string | null;
|
|
1916
|
+
errors?: APIError[] | null;
|
|
1917
|
+
refundResult?: RefundResult | null;
|
|
1918
|
+
}
|
|
1919
|
+
export interface RefundMethodSpecificOutput {
|
|
1920
|
+
refundProductId?: number | null;
|
|
1921
|
+
totalAmountPaid?: number | null;
|
|
1922
|
+
totalAmountRefunded?: number | null;
|
|
1923
|
+
}
|
|
1924
|
+
export interface RefundMobileMethodSpecificOutput extends RefundMethodSpecificOutput {
|
|
1925
|
+
network?: string | null;
|
|
1926
|
+
}
|
|
1927
|
+
export interface RefundOutput extends OrderOutput {
|
|
1928
|
+
amountPaid?: number | null;
|
|
1929
|
+
bankRefundMethodSpecificOutput?: RefundBankMethodSpecificOutput | null;
|
|
1930
|
+
cardRefundMethodSpecificOutput?: RefundCardMethodSpecificOutput | null;
|
|
1931
|
+
cashRefundMethodSpecificOutput?: RefundCashMethodSpecificOutput | null;
|
|
1932
|
+
eInvoiceRefundMethodSpecificOutput?: RefundEInvoiceMethodSpecificOutput | null;
|
|
1933
|
+
eWalletRefundMethodSpecificOutput?: RefundEWalletMethodSpecificOutput | null;
|
|
1934
|
+
mobileRefundMethodSpecificOutput?: RefundMobileMethodSpecificOutput | null;
|
|
1935
|
+
paymentMethod?: string | null;
|
|
1936
|
+
}
|
|
1937
|
+
export interface RefundPaymentProduct840CustomerAccount {
|
|
1938
|
+
customerAccountStatus?: string | null;
|
|
1939
|
+
customerAddressStatus?: string | null;
|
|
1940
|
+
payerId?: string | null;
|
|
1941
|
+
}
|
|
1942
|
+
export interface RefundPaymentProduct840SpecificOutput {
|
|
1943
|
+
customerAccount?: RefundPaymentProduct840CustomerAccount | null;
|
|
1944
|
+
}
|
|
1945
|
+
export interface RefundReferences {
|
|
1946
|
+
merchantReference?: string | null;
|
|
1947
|
+
}
|
|
1948
|
+
export interface RefundRequest {
|
|
1949
|
+
amountOfMoney?: AmountOfMoney | null;
|
|
1950
|
+
bankRefundMethodSpecificInput?: BankRefundMethodSpecificInput | null;
|
|
1951
|
+
customer?: RefundCustomer | null;
|
|
1952
|
+
refundDate?: string | null;
|
|
1953
|
+
refundReferences?: RefundReferences | null;
|
|
1954
|
+
}
|
|
1955
|
+
export interface RefundResponse extends RefundResult {
|
|
1956
|
+
}
|
|
1957
|
+
export interface RefundResult extends AbstractOrderStatus {
|
|
1958
|
+
refundOutput?: RefundOutput | null;
|
|
1959
|
+
status?: string | null;
|
|
1960
|
+
statusOutput?: OrderStatusOutput | null;
|
|
1961
|
+
}
|
|
1962
|
+
export interface RefundsResponse {
|
|
1963
|
+
refunds?: RefundResult[] | null;
|
|
1964
|
+
}
|
|
1965
|
+
export interface RegularExpressionValidator {
|
|
1966
|
+
regularExpression?: string | null;
|
|
1967
|
+
}
|
|
1968
|
+
export interface ResultDoRiskAssessment {
|
|
1969
|
+
category?: string | null;
|
|
1970
|
+
result?: string | null;
|
|
1971
|
+
retaildecisionsCCFraudCheckOutput?: RetailDecisionsCCFraudCheckOutput | null;
|
|
1972
|
+
validationBankAccountOutput?: ValidationBankAccountOutput | null;
|
|
1973
|
+
}
|
|
1974
|
+
export interface RetailDecisionsCCFraudCheckOutput {
|
|
1975
|
+
fraudCode?: string | null;
|
|
1976
|
+
fraudNeural?: string | null;
|
|
1977
|
+
fraudRCF?: string | null;
|
|
1978
|
+
}
|
|
1979
|
+
export interface RiskAssessment {
|
|
1980
|
+
fraudFields?: FraudFields | null;
|
|
1981
|
+
merchant?: MerchantRiskAssessment | null;
|
|
1982
|
+
order?: OrderRiskAssessment | null;
|
|
1983
|
+
paymentProductId?: number | null;
|
|
1984
|
+
}
|
|
1985
|
+
export interface RiskAssessmentBankAccount extends RiskAssessment {
|
|
1986
|
+
bankAccountBban?: BankAccountBban | null;
|
|
1987
|
+
bankAccountIban?: BankAccountIban | null;
|
|
1988
|
+
}
|
|
1989
|
+
export interface RiskAssessmentCard extends RiskAssessment {
|
|
1990
|
+
card?: Card | null;
|
|
1991
|
+
}
|
|
1992
|
+
export interface RiskAssessmentResponse {
|
|
1993
|
+
results?: ResultDoRiskAssessment[] | null;
|
|
1994
|
+
}
|
|
1995
|
+
export interface SchemeTokenData {
|
|
1996
|
+
cardholderName?: string | null;
|
|
1997
|
+
cryptogram?: string | null;
|
|
1998
|
+
eci?: string | null;
|
|
1999
|
+
networkToken?: string | null;
|
|
2000
|
+
tokenExpiryDate?: string | null;
|
|
2001
|
+
}
|
|
2002
|
+
export interface SdkDataInput {
|
|
2003
|
+
deviceRenderOptions?: DeviceRenderOptions | null;
|
|
2004
|
+
sdkAppId?: string | null;
|
|
2005
|
+
sdkEncryptedData?: string | null;
|
|
2006
|
+
sdkEphemeralPublicKey?: string | null;
|
|
2007
|
+
sdkMaxTimeout?: string | null;
|
|
2008
|
+
sdkReferenceNumber?: string | null;
|
|
2009
|
+
sdkTransactionId?: string | null;
|
|
2010
|
+
}
|
|
2011
|
+
export interface SdkDataOutput {
|
|
2012
|
+
sdkTransactionId?: string | null;
|
|
2013
|
+
}
|
|
2014
|
+
export interface Seller {
|
|
2015
|
+
address?: Address | null;
|
|
2016
|
+
channelCode?: string | null;
|
|
2017
|
+
description?: string | null;
|
|
2018
|
+
externalReferenceId?: string | null;
|
|
2019
|
+
geocode?: string | null;
|
|
2020
|
+
id?: string | null;
|
|
2021
|
+
invoiceNumber?: string | null;
|
|
2022
|
+
isForeignRetailer?: boolean | null;
|
|
2023
|
+
mcc?: string | null;
|
|
2024
|
+
name?: string | null;
|
|
2025
|
+
phoneNumber?: string | null;
|
|
2026
|
+
type?: string | null;
|
|
2027
|
+
}
|
|
2028
|
+
export interface SepaDirectDebitPaymentMethodSpecificInput extends AbstractSepaDirectDebitPaymentMethodSpecificInput {
|
|
2029
|
+
dateCollect?: string | null;
|
|
2030
|
+
directDebitText?: string | null;
|
|
2031
|
+
isRecurring?: boolean | null;
|
|
2032
|
+
paymentProduct771SpecificInput?: SepaDirectDebitPaymentProduct771SpecificInput | null;
|
|
2033
|
+
recurringPaymentSequenceIndicator?: string | null;
|
|
2034
|
+
requiresApproval?: boolean | null;
|
|
2035
|
+
token?: string | null;
|
|
2036
|
+
tokenize?: boolean | null;
|
|
2037
|
+
}
|
|
2038
|
+
export interface SepaDirectDebitPaymentMethodSpecificInputBase extends AbstractSepaDirectDebitPaymentMethodSpecificInput {
|
|
2039
|
+
paymentProduct771SpecificInput?: SepaDirectDebitPaymentProduct771SpecificInputBase | null;
|
|
2040
|
+
}
|
|
2041
|
+
export interface SepaDirectDebitPaymentMethodSpecificOutput extends AbstractPaymentMethodSpecificOutput {
|
|
2042
|
+
fraudResults?: FraudResults | null;
|
|
2043
|
+
paymentProduct771SpecificOutput?: PaymentProduct771SpecificOutput | null;
|
|
2044
|
+
token?: string | null;
|
|
2045
|
+
}
|
|
2046
|
+
export interface SepaDirectDebitPaymentProduct771SpecificInput extends AbstractSepaDirectDebitPaymentProduct771SpecificInput {
|
|
2047
|
+
existingUniqueMandateReference?: string | null;
|
|
2048
|
+
mandate?: CreateMandateWithReturnUrl | null;
|
|
2049
|
+
}
|
|
2050
|
+
export interface SepaDirectDebitPaymentProduct771SpecificInputBase extends AbstractSepaDirectDebitPaymentProduct771SpecificInput {
|
|
2051
|
+
existingUniqueMandateReference?: string | null;
|
|
2052
|
+
mandate?: CreateMandateBase | null;
|
|
2053
|
+
}
|
|
2054
|
+
export interface SessionRequest {
|
|
2055
|
+
paymentProductFilters?: PaymentProductFiltersClientSession | null;
|
|
2056
|
+
tokens?: string[] | null;
|
|
2057
|
+
}
|
|
2058
|
+
export interface SessionResponse {
|
|
2059
|
+
assetUrl?: string | null;
|
|
2060
|
+
clientApiUrl?: string | null;
|
|
2061
|
+
clientSessionId?: string | null;
|
|
2062
|
+
customerId?: string | null;
|
|
2063
|
+
invalidTokens?: string[] | null;
|
|
2064
|
+
region?: string | null;
|
|
2065
|
+
}
|
|
2066
|
+
export interface Shipping {
|
|
2067
|
+
address?: AddressPersonal | null;
|
|
2068
|
+
addressIndicator?: string | null;
|
|
2069
|
+
comments?: string | null;
|
|
2070
|
+
emailAddress?: string | null;
|
|
2071
|
+
firstUsageDate?: string | null;
|
|
2072
|
+
isFirstUsage?: boolean | null;
|
|
2073
|
+
trackingNumber?: string | null;
|
|
2074
|
+
type?: string | null;
|
|
2075
|
+
}
|
|
2076
|
+
export interface ShippingRiskAssessment {
|
|
2077
|
+
address?: AddressPersonal | null;
|
|
2078
|
+
comments?: string | null;
|
|
2079
|
+
trackingNumber?: string | null;
|
|
2080
|
+
}
|
|
2081
|
+
export interface ShoppingCart {
|
|
2082
|
+
amountBreakdown?: AmountBreakdown[] | null;
|
|
2083
|
+
giftCardPurchase?: GiftCardPurchase | null;
|
|
2084
|
+
isPreOrder?: boolean | null;
|
|
2085
|
+
items?: LineItem[] | null;
|
|
2086
|
+
preOrderItemAvailabilityDate?: string | null;
|
|
2087
|
+
reOrderIndicator?: boolean | null;
|
|
2088
|
+
}
|
|
2089
|
+
export interface Swift {
|
|
2090
|
+
bic?: string | null;
|
|
2091
|
+
category?: string | null;
|
|
2092
|
+
chipsUID?: string | null;
|
|
2093
|
+
extraInfo?: string | null;
|
|
2094
|
+
poBoxCountry?: string | null;
|
|
2095
|
+
poBoxLocation?: string | null;
|
|
2096
|
+
poBoxNumber?: string | null;
|
|
2097
|
+
poBoxZip?: string | null;
|
|
2098
|
+
routingBic?: string | null;
|
|
2099
|
+
services?: string | null;
|
|
2100
|
+
}
|
|
2101
|
+
export interface TestConnection {
|
|
2102
|
+
result?: string | null;
|
|
2103
|
+
}
|
|
2104
|
+
export interface ThirdPartyData {
|
|
2105
|
+
paymentProduct863?: PaymentProduct863ThirdPartyData | null;
|
|
2106
|
+
}
|
|
2107
|
+
export interface ThirdPartyStatusResponse {
|
|
2108
|
+
thirdPartyStatus?: string | null;
|
|
2109
|
+
}
|
|
2110
|
+
export interface ThreeDSecure extends AbstractThreeDSecure {
|
|
2111
|
+
externalCardholderAuthenticationData?: ExternalCardholderAuthenticationData | null;
|
|
2112
|
+
redirectionData?: RedirectionData | null;
|
|
2113
|
+
}
|
|
2114
|
+
export interface ThreeDSecureBase extends AbstractThreeDSecure {
|
|
2115
|
+
}
|
|
2116
|
+
export interface ThreeDSecureData {
|
|
2117
|
+
acsTransactionId?: string | null;
|
|
2118
|
+
method?: string | null;
|
|
2119
|
+
utcTimestamp?: string | null;
|
|
2120
|
+
}
|
|
2121
|
+
export interface ThreeDSecureResults {
|
|
2122
|
+
acsTransactionId?: string | null;
|
|
2123
|
+
appliedExemption?: string | null;
|
|
2124
|
+
authenticationAmount?: AmountOfMoney | null;
|
|
2125
|
+
cavv?: string | null;
|
|
2126
|
+
directoryServerTransactionId?: string | null;
|
|
2127
|
+
eci?: string | null;
|
|
2128
|
+
exemptionOutput?: ExemptionOutput | null;
|
|
2129
|
+
schemeRiskScore?: number | null;
|
|
2130
|
+
sdkData?: SdkDataOutput | null;
|
|
2131
|
+
threeDSecureData?: ThreeDSecureData | null;
|
|
2132
|
+
threeDSecureVersion?: string | null;
|
|
2133
|
+
threeDServerTransactionId?: string | null;
|
|
2134
|
+
xid?: string | null;
|
|
2135
|
+
}
|
|
2136
|
+
export interface TokenCard extends AbstractToken {
|
|
2137
|
+
customer?: CustomerToken | null;
|
|
2138
|
+
data?: TokenCardData | null;
|
|
2139
|
+
}
|
|
2140
|
+
export interface TokenCardData {
|
|
2141
|
+
cardWithoutCvv?: CardWithoutCvv | null;
|
|
2142
|
+
firstTransactionDate?: string | null;
|
|
2143
|
+
providerReference?: string | null;
|
|
2144
|
+
}
|
|
2145
|
+
export interface TokenEWallet extends AbstractToken {
|
|
2146
|
+
customer?: CustomerToken | null;
|
|
2147
|
+
data?: TokenEWalletData | null;
|
|
2148
|
+
}
|
|
2149
|
+
export interface TokenEWalletData {
|
|
2150
|
+
billingAgreementId?: string | null;
|
|
2151
|
+
}
|
|
2152
|
+
export interface TokenNonSepaDirectDebit extends AbstractToken {
|
|
2153
|
+
customer?: CustomerToken | null;
|
|
2154
|
+
mandate?: MandateNonSepaDirectDebit | null;
|
|
2155
|
+
}
|
|
2156
|
+
export interface TokenNonSepaDirectDebitPaymentProduct705SpecificData {
|
|
2157
|
+
authorisationId?: string | null;
|
|
2158
|
+
bankAccountBban?: BankAccountBban | null;
|
|
2159
|
+
}
|
|
2160
|
+
export interface TokenNonSepaDirectDebitPaymentProduct730SpecificData {
|
|
2161
|
+
bankAccountBban?: BankAccountBban | null;
|
|
2162
|
+
}
|
|
2163
|
+
export interface TokenResponse {
|
|
2164
|
+
card?: TokenCard | null;
|
|
2165
|
+
eWallet?: TokenEWallet | null;
|
|
2166
|
+
id?: string | null;
|
|
2167
|
+
nonSepaDirectDebit?: TokenNonSepaDirectDebit | null;
|
|
2168
|
+
originalPaymentId?: string | null;
|
|
2169
|
+
paymentProductId?: number | null;
|
|
2170
|
+
sepaDirectDebit?: TokenSepaDirectDebit | null;
|
|
2171
|
+
}
|
|
2172
|
+
export interface TokenSepaDirectDebit extends AbstractToken {
|
|
2173
|
+
customer?: CustomerTokenWithContactDetails | null;
|
|
2174
|
+
mandate?: MandateSepaDirectDebit | null;
|
|
2175
|
+
}
|
|
2176
|
+
export interface TokenSepaDirectDebitWithoutCreditor extends AbstractToken {
|
|
2177
|
+
customer?: CustomerTokenWithContactDetails | null;
|
|
2178
|
+
mandate?: MandateSepaDirectDebitWithoutCreditor | null;
|
|
2179
|
+
}
|
|
2180
|
+
export interface TokenizePaymentRequest {
|
|
2181
|
+
alias?: string | null;
|
|
2182
|
+
}
|
|
2183
|
+
export interface TrialInformation {
|
|
2184
|
+
amountOfMoneyAfterTrial?: AmountOfMoney | null;
|
|
2185
|
+
endDate?: string | null;
|
|
2186
|
+
isRecurring?: boolean | null;
|
|
2187
|
+
trialPeriod?: TrialPeriod | null;
|
|
2188
|
+
trialPeriodRecurring?: Frequency | null;
|
|
2189
|
+
}
|
|
2190
|
+
export interface TrialPeriod {
|
|
2191
|
+
duration?: number | null;
|
|
2192
|
+
interval?: string | null;
|
|
2193
|
+
}
|
|
2194
|
+
export interface TrustlyBankAccount {
|
|
2195
|
+
accountLastDigits?: string | null;
|
|
2196
|
+
bankName?: string | null;
|
|
2197
|
+
clearinghouse?: string | null;
|
|
2198
|
+
personIdentificationNumber?: string | null;
|
|
2199
|
+
}
|
|
2200
|
+
export interface UpdateTokenRequest {
|
|
2201
|
+
card?: TokenCard | null;
|
|
2202
|
+
eWallet?: TokenEWallet | null;
|
|
2203
|
+
nonSepaDirectDebit?: TokenNonSepaDirectDebit | null;
|
|
2204
|
+
paymentProductId?: number | null;
|
|
2205
|
+
sepaDirectDebit?: TokenSepaDirectDebitWithoutCreditor | null;
|
|
2206
|
+
}
|
|
2207
|
+
export interface UploadDisputeFileResponse {
|
|
2208
|
+
disputeId?: string | null;
|
|
2209
|
+
fileId?: string | null;
|
|
2210
|
+
}
|
|
2211
|
+
export interface ValidationBankAccountCheck {
|
|
2212
|
+
code?: string | null;
|
|
2213
|
+
description?: string | null;
|
|
2214
|
+
result?: string | null;
|
|
2215
|
+
}
|
|
2216
|
+
export interface ValidationBankAccountOutput {
|
|
2217
|
+
checks?: ValidationBankAccountCheck[] | null;
|
|
2218
|
+
newBankName?: string | null;
|
|
2219
|
+
reformattedAccountNumber?: string | null;
|
|
2220
|
+
reformattedBankCode?: string | null;
|
|
2221
|
+
reformattedBranchCode?: string | null;
|
|
2222
|
+
}
|
|
2223
|
+
export interface ValueMappingElement {
|
|
2224
|
+
displayElements?: PaymentProductFieldDisplayElement[] | null;
|
|
2225
|
+
/**
|
|
2226
|
+
* @deprecated Use displayElements instead with ID 'displayName'
|
|
2227
|
+
*/
|
|
2228
|
+
displayName?: string | null;
|
|
2229
|
+
value?: string | null;
|
|
2230
|
+
}
|
|
2231
|
+
export interface WebhooksEvent {
|
|
2232
|
+
apiVersion?: string | null;
|
|
2233
|
+
created?: string | null;
|
|
2234
|
+
dispute?: DisputeResponse | null;
|
|
2235
|
+
id?: string | null;
|
|
2236
|
+
merchantId?: string | null;
|
|
2237
|
+
payment?: PaymentResponse | null;
|
|
2238
|
+
payout?: PayoutResponse | null;
|
|
2239
|
+
refund?: RefundResponse | null;
|
|
2240
|
+
token?: TokenResponse | null;
|
|
2241
|
+
type?: string | null;
|
|
2242
|
+
}
|