Get a specific payment provider

get/payment-providers/{payment_provider_id}
SecuritybearerAuth
Request
path Parameters
payment_provider_id
required
integer <int64> (IdParam) >= 1

Payment provider identifier

Example: 1
Responses
200

Payment provider found

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

Response samples
application/json
{
  • "id": 1,
  • "type": "CHEQUE",
  • "name": "string",
  • "directDebitWithName": "string",
  • "status": "ACTIVE",
  • "creditorIdentifier": "string",
  • "instantBankPayments": false,
  • "retryIfPossible": false,
  • "contractOwnerIds": [
    • 1
    ]
}