post https://sandbox.fiatrepublic.com/api/v1/payees/validate
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 -supportedSchemes
for 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.