POST
/
api
/
v1
/
csp
/
validate
/
{account_id}
Create Validation
curl --request POST \
  --url https://sandbox.paylias.xyz/gateway/api/v1/csp/validate/{account_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'idempotency-key: <idempotency-key>' \
  --header 'x-partner-id: <x-partner-id>' \
  --data '{
  "strategy": "VStrat_Microdeposit",
  "vendor": "VVendor_Oyster"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-partner-id
string
default:""
required

The Partner ID header used for authorization

idempotency-key
string
default:""
required

The Idempotency Key - usually a UUID

Path Parameters

account_id
string
required

The unique identifier for the account

Example:

"acct_ctf930420orabtojo3r0"

Body

application/json

Request to validate a new account

The body is of type object.