cURL
curl --request POST \ --url https://api.devkit4ai.com/api/v1/payments/stripe/projects/{project_id}/validate-credentials \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "secret_key": "<string>", "is_test_mode": true } '
{ "valid": true, "message": "<string>" }
Validate Stripe API credentials by making a test API call to Stripe.
The access token received from the authorization server in the OAuth 2.0 flow.
Request to validate Stripe credentials.
1
Successful Response
Validation result for Stripe credentials.