Merchant Endpoints
info
These endpoints relate specifically to merchant processing, such as receiving card payment
RequestPaymentRedirect
Used to get the redirct url for receiving payments
Url: api/Merchant/RequestPaymentRedirect
Body:
{
"name": <a unique name of the user making the payment (payor)>
"accountId": <the merchants wallet id (payee)}>
"description": <description of what the payment/deposit is for>
"reference": <a unique reference number>
"amount": <payment amount>
"currencyCode" : <USD,INR,...>
}
Response:
{
id: <your profile id>
description: <the redirect url>
}