v1

latestOpenAPI 3.1.02026-07-261520561.4 KB
Card Auth Loop Endpoint

Update an Endpoint

patch/card_auth_loop_endpoint/{id}

Path parameters

idstring required

Unique identifier for object

Unique identifier for object

Request body

basic_secretstring

First value in base64(basic_user:basic_secret), sent as Authorization for request validation. This will appear as <encrypted value> in all responses, for security

basic_userstring

First value in base64(basic_user:basic_secret), sent as Authorization for request validation

default_responsestring

Default response to use when the endpoint doesn't respond within the timeout period or returns an error. Please see Managing Card Authorizations for details and warnings. Defaults to 'approved'.

urlstring

The HTTPS URL that will respond to the card auth message

userdataobject

Arbitrary data the user can attach

Response

The card_auth_loop_endpoint updated

basic_secretstring

First value in base64(basic_user:basic_secret), sent as Authorization for request validation. This will appear as <encrypted value> in all responses, for security

basic_userstring

First value in base64(basic_user:basic_secret), sent as Authorization for request validation

default_responsestring

Default response to use when the endpoint doesn't respond within the timeout period or returns an error. Please see Managing Card Authorizations for details and warnings. Defaults to 'approved'.

idstring

Unique identifier for object

urlstring

The HTTPS URL that will respond to the card auth message

userdataobject

Arbitrary data the user can attach