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 in the Userinfo API documentation.
To test this out, see the step-by-step instructions in the Quick start.
See the Userinfo API guide for more details.