PayFanout API reference
Preparing search index...
adapter-worldline-server/src
WorldlinePaymentLike
Interface WorldlinePaymentLike
Structural subset of a Worldline payment object (GET /payments/{id} and create responses).
interface
WorldlinePaymentLike
{
id
:
string
;
paymentOutput
?:
{
amountOfMoney
?:
{
amount
?:
number
;
currencyCode
?:
string
}
;
cardPaymentMethodSpecificOutput
?:
WorldlineCardOutput
;
references
?:
{
merchantReference
?:
string
}
;
}
;
status
?:
string
;
statusOutput
?:
{
isCancellable
?:
boolean
;
statusCategory
?:
string
;
statusCode
?:
number
;
}
;
}
Index
Properties
id
payment
Output?
status?
status
Output?
Properties
id
id
:
string
Optional
payment
Output
paymentOutput
?:
{
amountOfMoney
?:
{
amount
?:
number
;
currencyCode
?:
string
}
;
cardPaymentMethodSpecificOutput
?:
WorldlineCardOutput
;
references
?:
{
merchantReference
?:
string
}
;
}
Optional
status
status
?:
string
Optional
status
Output
statusOutput
?:
{
isCancellable
?:
boolean
;
statusCategory
?:
string
;
statusCode
?:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
payment
Output
status
status
Output
PayFanout API reference
Loading...
Structural subset of a Worldline payment object (GET /payments/{id} and create responses).