Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier for object
Body
The card_auth_loop_endpoint to update
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
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation
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'.
The HTTPS URL that will respond to the card auth message
Arbitrary data the user can attach
Response
The card_auth_loop_endpoint updated
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
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation
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'.
Unique identifier for object
The HTTPS URL that will respond to the card auth message
Arbitrary data the user can attach