PayFanout API reference
Preparing search index...
adapter-adyen-server/src
AdyenPaymentResponse
Interface AdyenPaymentResponse
Structural subset of a POST /payments (and /payments/details) response.
interface
AdyenPaymentResponse
{
action
?:
AdyenAction
;
additionalData
?:
Record
<
string
,
string
>
;
amount
?:
{
currency
?:
string
;
value
?:
number
}
;
merchantReference
?:
string
;
pspReference
?:
string
;
refusalReason
?:
string
;
refusalReasonCode
?:
string
;
resultCode
?:
string
;
}
Index
Properties
action?
additional
Data?
amount?
merchant
Reference?
psp
Reference?
refusal
Reason?
refusal
Reason
Code?
result
Code?
Properties
Optional
action
action
?:
AdyenAction
Optional
additional
Data
additionalData
?:
Record
<
string
,
string
>
Optional
amount
amount
?:
{
currency
?:
string
;
value
?:
number
}
Optional
merchant
Reference
merchantReference
?:
string
Optional
psp
Reference
pspReference
?:
string
Optional
refusal
Reason
refusalReason
?:
string
Optional
refusal
Reason
Code
refusalReasonCode
?:
string
Optional
result
Code
resultCode
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
additional
Data
amount
merchant
Reference
psp
Reference
refusal
Reason
refusal
Reason
Code
result
Code
PayFanout API reference
Loading...
Structural subset of a POST /payments (and /payments/details) response.