cURL
curl --request GET \ --url https://api.triqai.com/v1/payment-processors/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "paymentProcessor": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "PayPal", "icon": "<string>", "color": "<string>", "website": "<string>" } }, "meta": { "generatedAt": "2023-11-07T05:31:56Z", "requestId": "<string>", "version": "<string>" } }
Retrieves payment processor details by ID. Payment processors are shared across all organizations.
Organization API key for authentication
Payment processor UUID
Payment processor details
true
Show child attributes
Was this page helpful?