Payments
How to make general payments
To make a payment it requires an input, and rather than the requirement to build this input from scratch we can utilize the URI endpoint as described in lookup. We can use the /URI endpoint as a way to construct these payment JSON values in a simplistic way. Here is an example of creating a payment request using the URI endpoint
This will be the response which is a standard payment format.
This can then be used to facilitate general payments. The advantages include using a simple format provided by the URI endpoint, which allows for the retrieval of a comprehensive JSON schema conforming to widely accepted industry standards within the ecosystem. Alternatively, these formats can also be constructed from scratch if necessary.
Pay an invoice request.
POST
https://api.relysia.com/v1/pay
The endpoint enables users to pay their invoices that were earlier resolved and put into a standardized format by the /URI endpoint.
Headers
Last updated