Last used alternate payment details
The customer details this customer last supplied for each alternate
payment method, keyed by the payment method type reported in a cart’s
available_payment_methods (for example mpesa_dlocal). Checkout seeds
an auto-selected method’s required fields with these so a returning
customer is not asked for them again.
Values are limited to the fields the integration declares and to the
authenticated customer’s own records. These are identity documents, so
they are served here rather than on the cart, which is readable by cart
token alone. Returns an empty object when nothing is stored, and 401
when unauthenticated.
Authorizations
Bearer token authentication
Response
Success
Stored details keyed by payment method type, matching a cart's
available_payment_methods[].type (for example mpesa_dlocal).
Each value holds the fields that method declares, such as phone
and document_id. Empty when the customer has stored none.