For the complete documentation index, see llms.txt. This page is also available as Markdown.

Card Form

Get card form credentials

get

Returns the Evervault credentials required to initialize the secure card form

Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200

OK

application/json
app_idstringOptional
team_idstringOptional
get/card-form/credentials
GET /card-form/credentials HTTP/1.1
Host: public-api.alternativepayments.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "app_id": "text",
  "team_id": "text"
}

Last updated

Was this helpful?