Satispay API
API exposed by Satispay, called by the PSP. The following APIs complements the other "g_business" APIs, described here.
Shop creation
/g_business/v1/shops/
- [POST] Onboard a PSP customer on Satispay, where it will be referred as a "shop"
/g_business/v1/shops/{id}
- [GET] Retrieve a registered shop
- [DELETE] Disable a registered shop
KeyId generation
/g_business/v1/device_tokens/
- [POST] Create a token that can be used to generate a keyId
/g_business/v1/authentication_keys/
- [POST] Create a keyId, while providing a token and a public_key
Payment reporting
/g_business/v1/reports
- [POST] submit a new report request
- [GET] get the list of report requests
/g_business/v1/reports/{report_id}
- [GET] retrieve a report request