application
Fetch Supported Networks
GET /merchant-integrations/fetch-application
Bear Token: pk_test_abc123456
Get application
Response
{
"code": "number",
"data": {
"createdAt": "string (ISO date)",
"description": "string",
"icon": "string (URL or path)",
"id": "string",
"isEnabled": "boolean",
"name": "string",
"updatedAt": "string (ISO date)"
},
"message": "string",
"status": "string"
}