Skip to main content

Get activation status


GET

 /api/v1/secrets/{app_id}

Fynd platform uses this api to verify aggregator credentials and readiness for payment processing
Request Parameters
app_id
string
Application Id of the sales channel
Response schema
200
Success
GetSecretStatusResponse
application_id
string
Application ID of the sales channel
success
boolean
Status of api response
is_active
boolean
Status indicating id aggregrator credentials are saved or not
data
array of object
Empty list, will be removed in future releases
Example Response
{
"application_id": "000000000000000000000001",
"success": true,
"is_active": true,
"data": []
}

Was this section helpful?