post
https://sandbox.fiatrepublic.com/api/v1/payees/validate
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
This endpoint allows you to validate payee information and determine the available payment schemes before creating a payee.
Request Payload:
The request payload is identical to that of the Create Payee endpoint
Response:
- Success: If the payee data is valid, the response will include:
"type": "SUCCESS"
And a list of supported payment schemes -supportedSchemesfor the given payee. - Error: If the payee data is invalid, the response will provide detailed information about the validation errors encountered.
Use Case:
By utilizing the Validate Payee endpoint, you can ensure that the payee information is accurate and identify the available payment schemes before attempting to create the payee. This helps prevent errors and streamlines the payee creation process.
