Get Payment Items
This retrieves the list of available payment items
Overview
To get the list of available payment items, you append your token to the get payment items endpoint path and make a get request.
It is required to append your token to this request for a successful response.
If the request is successful, it returns a status code of 200 with a response body.
You can check out API reference for Get Payment Items
Updated almost 2 years ago