The Returns endpoints help initiate, track, and manage returns of received and originated payments. These endpoints are accessible within the Sandbox and Production environments.
Endpoints:
- GET List Returns: GET /returns
- POST Create a new Return: POST /returns
- GET Get a single Return: GET /returns/{uid}
The returns endpoint allows for the retrieval and creation of return transactions within the system.
GET List Returns- Use this endpoint to retrieve a list of all return transactions. You can filter the results based on various parameters such as status or date.
POST Create a New Return- This endpoint is used to Create a new return transaction. Return can only be created for eligible transactions that have already been completed.
GET a Single Return- Use this endpoint to retrieve details about a specific return transaction.