Worldline Connect Node.js SDK
Preparing search index...
v1/model/domain
CreatePaymentRequest
Interface CreatePaymentRequest
interface
CreatePaymentRequest
{
bankTransferPaymentMethodSpecificInput
?:
|
BankTransferPaymentMethodSpecificInput
|
null
;
cardPaymentMethodSpecificInput
?:
CardPaymentMethodSpecificInput
|
null
;
cashPaymentMethodSpecificInput
?:
CashPaymentMethodSpecificInput
|
null
;
directDebitPaymentMethodSpecificInput
?:
|
NonSepaDirectDebitPaymentMethodSpecificInput
|
null
;
eInvoicePaymentMethodSpecificInput
?:
|
EInvoicePaymentMethodSpecificInput
|
null
;
encryptedCustomerInput
?:
string
|
null
;
fraudFields
?:
FraudFields
|
null
;
invoicePaymentMethodSpecificInput
?:
|
InvoicePaymentMethodSpecificInput
|
null
;
merchant
?:
Merchant
|
null
;
mobilePaymentMethodSpecificInput
?:
MobilePaymentMethodSpecificInput
|
null
;
order
?:
Order
|
null
;
redirectPaymentMethodSpecificInput
?:
|
RedirectPaymentMethodSpecificInput
|
null
;
sepaDirectDebitPaymentMethodSpecificInput
?:
|
SepaDirectDebitPaymentMethodSpecificInput
|
null
;
}
Index
Properties
bank
Transfer
Payment
Method
Specific
Input?
card
Payment
Method
Specific
Input?
cash
Payment
Method
Specific
Input?
direct
Debit
Payment
Method
Specific
Input?
e
Invoice
Payment
Method
Specific
Input?
encrypted
Customer
Input?
fraud
Fields?
invoice
Payment
Method
Specific
Input?
merchant?
mobile
Payment
Method
Specific
Input?
order?
redirect
Payment
Method
Specific
Input?
sepa
Direct
Debit
Payment
Method
Specific
Input?
Properties
Optional
bank
Transfer
Payment
Method
Specific
Input
bankTransferPaymentMethodSpecificInput
?:
|
BankTransferPaymentMethodSpecificInput
|
null
Optional
card
Payment
Method
Specific
Input
cardPaymentMethodSpecificInput
?:
CardPaymentMethodSpecificInput
|
null
Optional
cash
Payment
Method
Specific
Input
cashPaymentMethodSpecificInput
?:
CashPaymentMethodSpecificInput
|
null
Optional
direct
Debit
Payment
Method
Specific
Input
directDebitPaymentMethodSpecificInput
?:
|
NonSepaDirectDebitPaymentMethodSpecificInput
|
null
Optional
e
Invoice
Payment
Method
Specific
Input
eInvoicePaymentMethodSpecificInput
?:
EInvoicePaymentMethodSpecificInput
|
null
Optional
encrypted
Customer
Input
encryptedCustomerInput
?:
string
|
null
Optional
fraud
Fields
fraudFields
?:
FraudFields
|
null
Optional
invoice
Payment
Method
Specific
Input
invoicePaymentMethodSpecificInput
?:
InvoicePaymentMethodSpecificInput
|
null
Optional
merchant
merchant
?:
Merchant
|
null
Optional
mobile
Payment
Method
Specific
Input
mobilePaymentMethodSpecificInput
?:
MobilePaymentMethodSpecificInput
|
null
Optional
order
order
?:
Order
|
null
Optional
redirect
Payment
Method
Specific
Input
redirectPaymentMethodSpecificInput
?:
RedirectPaymentMethodSpecificInput
|
null
Optional
sepa
Direct
Debit
Payment
Method
Specific
Input
sepaDirectDebitPaymentMethodSpecificInput
?:
|
SepaDirectDebitPaymentMethodSpecificInput
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bank
Transfer
Payment
Method
Specific
Input
card
Payment
Method
Specific
Input
cash
Payment
Method
Specific
Input
direct
Debit
Payment
Method
Specific
Input
e
Invoice
Payment
Method
Specific
Input
encrypted
Customer
Input
fraud
Fields
invoice
Payment
Method
Specific
Input
merchant
mobile
Payment
Method
Specific
Input
order
redirect
Payment
Method
Specific
Input
sepa
Direct
Debit
Payment
Method
Specific
Input
Worldline Connect Node.js SDK
Loading...