Skip to content
StraventaDocs

Register PSP credentials

Register PSP credentials.

POST
/v1/payments/tenant/psp-credentials

Register PSP credentials.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

[key: string]?any

Response Body

application/json

curl -X POST "https://example.com/v1/payments/tenant/psp-credentials" \  -H "Content-Type: application/json" \  -d '{}'
{}

Was this page helpful?