API Reference
Clients
Typescript / Javascript library
yarn add @repaya/client
Example project on GitHub
Endpoints
https://repaya.io/api/public/1
Ethereum Mainnet
https://goerli.repaya.io/api/public/1
Goerli Ethereum Testnet
Authorization
Authorization is done via Bearer HTTP Authentication.
Provide your API Token within the corresponding header to get access to all API methods:
Authorization: Bearer <API_TOKEN>Method
Create a payment session to initiate the checkout flow
jAY7kkey_1432Payment session created
Payment session created
Payment session ID
id_124124A payment associated with a given session, null if missing
A payment associated with a given session, null if missing
Payment form ID
jAY7kLimit the number of results
100Page number
3Sort direction (by "created")
ascPossible values: From timestamp in milliseconds
1669839216188Till timestamp in milliseconds
1669839216188List of payments filtered by the given parameters.
List of payments filtered by the given parameters.
Payment form ID
jAY7kFilter by customer, pass an empty string to get the total balance
user_123141Filter by product, pass an empty string to get the total balance
product_123141Filter by coin
USD_MULTI_1List of customer balances
List of customer balances
OpenAPI Spec
Last updated
Was this helpful?