Profile sharing
The ePayment API lets merchants ask for the user's profile information (such as phone number or
email address) as part of the payment flow. We call this the userinfo
flow.
To enable the possibility to fetch profile information for a user, the merchant
can add a scope
parameter to
POST:/epayment/v1/payments
.
See the available values for
scope.
For an example, see the step-by-step instructions in the Userinfo Quick start guide. Profile sharing uses the Userinfo API. For details and illustrations, see the Userinfo API guide.