PayFanout API reference
Preparing search index...
adapter-paysafe-server/src
PaysafeCardLike
Interface PaysafeCardLike
Masked instrument facts as the real API echoes them back (cardType/lastDigits/cardExpiry).
interface
PaysafeCardLike
{
cardBrand
?:
string
;
cardExpiry
?:
{
month
?:
number
;
year
?:
number
}
;
cardType
?:
string
;
lastDigits
?:
string
;
}
Index
Properties
card
Brand?
card
Expiry?
card
Type?
last
Digits?
Properties
Optional
card
Brand
cardBrand
?:
string
Optional
card
Expiry
cardExpiry
?:
{
month
?:
number
;
year
?:
number
}
Optional
card
Type
cardType
?:
string
Optional
last
Digits
lastDigits
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
Brand
card
Expiry
card
Type
last
Digits
PayFanout API reference
Loading...
Masked instrument facts as the real API echoes them back (cardType/lastDigits/cardExpiry).