PG Redirection
This API will give a URL response that redirects to Phonepe PG UI. This can be used for Web and mobile redirection collection methods.
curl --location 'https://xapi.bulkpe.in/client/pg1checkout' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer XXXXXXXXXXXXXX' \
--data '{
"amount": 10,
"redirectUrl": "https://google.com",
"referenceId": "TESTTR09",
"note": "Test"
}'