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
Sorry for such a late response.
The use case for savePaymentMethodFor: 'customer' is to speed up your checkout. You can read more on how to implement this in our public docs:
It's hard to say just by looking at your code what is wrong with you integration but if you can provide a link where we can test this ourselves we will be able to debug further.
Hi, is this options savePaymentMethodFor: 'customer' for tracking customers. Whit this option I get error on payment. If customer is created on createOrder API (https://merchant.revolut.com/api/orders) is available in customers endpoint ('https://merchant.revolut.com/api/1.0/customers')
this is code for checkout
`
`
and this is code for create order
`
`
The text was updated successfully, but these errors were encountered: