Skip to main content
POST
/
api
/
public
/
v1
/
processors
/
get
Get processor by ID
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/processors/get \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "processorId": "processor_abc123"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "type": "<string>",
  "enabled": true,
  "options": {},
  "supportedCurrencies": [
    "<string>"
  ],
  "baseCurrency": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
processorId
string
required

Response

Successful response

id
string
name
string
type
string
enabled
boolean
options
object
supportedCurrencies
string[]
baseCurrency
string