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
Hi, following issue is rather related to API endpoint itself, however I was unable to create a new topic on Revolut Community, so I am creating a new issue here.
Revolut API probably contains a bug, which is about customer's full_name. If I create new order, customer's full_name is not returned in response unless it was the only field provided in customer node. Documentation is specific about providing "either" field, but does not say anything about ignoring fields. Documentation is also mentioning if full_name is not provided, then cardholder_name will be assigned automatically upon payment.
This is quite serious issue if merchant relies on Revolut DB, as it affects shipping process.
Possible workarounds:
Add customers name to metadata (however, this separates or even duplicate customer related data)
Use cardholder_name (however, cardholder may not be always a recipient of the order)
The text was updated successfully, but these errors were encountered:
Hi, following issue is rather related to API endpoint itself, however I was unable to create a new topic on Revolut Community, so I am creating a new issue here.
Revolut API probably contains a bug, which is about customer's full_name. If I create new order, customer's full_name is not returned in response unless it was the only field provided in customer node. Documentation is specific about providing "either" field, but does not say anything about ignoring fields. Documentation is also mentioning if full_name is not provided, then cardholder_name will be assigned automatically upon payment.
This is quite serious issue if merchant relies on Revolut DB, as it affects shipping process.
Possible workarounds:
The text was updated successfully, but these errors were encountered: