question

Obaid avatar image
Obaid asked sam Deactivated answered

How to get selected Pricing or SubscriptionId

I have this query string when merchant launch my app.
http://localhost:14145/?merchant_id=PSXXXXX8766&em...

How to get which subscription merchant selected.
Payments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

sam avatar image
sam Deactivated answered
`http://localhost:14145/?merchant_id=PSXXXXX8766&employee_id=XXX9XXXXX&client_id=XXXXXSWZXXXXXX&code=XXXXXXX-e982-8XXXX-8f0e-XXXXXXXXXX`

This is part of the OAuth process. You will use the code to request an OAuth token, which in turn will allow you to use this API endpoint: `GET /v3/apps/{aId}/merchants/{mId}/billing_info`

Here's a quick video tutorial of how to create a WebApp and build OAuth.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community