List payment instruments
Lists all payment instrument resources that are saved for an identified customer.
Response
Returns the list of saved payment instruments for the customer.
Example response
[
{
"token": "bcfc8e5f-3b47-4cb9-854b-3b7a4cce7be3",
"active": true,
"type": "card",
"mandate": {
"type": "recurrent",
"status": "active",
"merchant_code": "MH4H92C7"
},
"card": {
"last_4_digits": "0001",
"type": "VISA"
},
"created_at": "2021-03-30T10:06:07.000+00:00"
}
]Changes
Changed in 6 of the 53 revisions of this API.149
- ○
the security scope
customers.readwas added to the endpoint's security schemeoauth2api-security-scope-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
activeenum value to theitems/mandate/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
inactiveenum value to theitems/mandate/statusresponse property for the response status200response-property-enum-value-added
- ●
- ●
removed the optional property
error_codefrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
messagefrom the response with the401statusresponse-optional-property-removed
- ○
added the optional property
detailto the response with the401statusresponse-optional-property-added
- ○
added the optional property
instanceto the response with the401statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the401statusresponse-optional-property-added
- ○
added the optional property
titleto the response with the401statusresponse-optional-property-added
- ○
added the required property
typeto the response with the401statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
ALELOenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
CONECSenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
EFTPOSenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
GIROCARDenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
INTERACenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLUXEEenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
SWILEenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TICKETenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
VPAYenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
VRenum value to theitems/card/typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
the response optional property
items/card/typebecame not read-only for the status200response-optional-property-became-not-read-only
- ○
- ○
the endpoint scheme security
apiKeywas added to the APIapi-security-added
- ○
the endpoint scheme security
oauth2was added to the APIapi-security-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○