Skip to main content
POST
/
api
/
public
/
v1
/
payments
/
processors
Get available processors
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/payments/processors \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "processors": [
    {
      "id": "proc_stripe",
      "name": "Stripe",
      "type": "stripe"
    },
    {
      "id": "proc_paypal",
      "name": "PayPal",
      "type": "paypal"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Body

application/json · object

Response

Successful response

The response is of type any.