Payment Providers
Test provider connection
Verify that the provider credentials are valid by making a test API call to the provider.
post/api/payment-providers/{id}/test
Path parameters
idstring required
Payment provider ID
Response
Connection test result
Example response
{
"success": true,
"message": "Connection successful"
}