Dashboard
Last updated
Was this helpful?
Last updated
Was this helpful?
When using cashback, customers sometimes need a dashboard to see the amount of transactions they've sent, their payouts
You can generate signed-urls to allow customers to log into the merkle dashboard with following endpoint:
GET https://api.merkle.io/v1/source/<source id>/dashboard-url
Headers:
Authorization: "<api secret key>
Response:
{
url: "https://explorer.merkle.io/source/<source id>?token=<generated jwt
}
This will display a dashboard with the list of transactions received and their status. The customer can also create a support ticket directly with us if they have any question.