You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Payment Methods v2, the customers payment method list will be supporting client based as well as S2S calls.
We are moving it under two distinct endpoints.
Possible Implementation
The customers Payment method list will be moved under two distinct endpoints:
For Client (with payment tokens) - /payments/:id:/saved_payment_methods
For Server (without payment token) - /customers/:cust_id:/saved_payment_methods
Payment tokens for the listed payment methods would be generated only in case of client calls in a payments context.
The text was updated successfully, but these errors were encountered:
Feature Description
For Payment Methods v2, the customers payment method list will be supporting client based as well as S2S calls.
We are moving it under two distinct endpoints.
Possible Implementation
The customers Payment method list will be moved under two distinct endpoints:
/payments/:id:/saved_payment_methods
/customers/:cust_id:/saved_payment_methods
Payment tokens for the listed payment methods would be generated only in case of client calls in a payments context.
The text was updated successfully, but these errors were encountered: