Card Auth Loop Endpoint
Fetch an Endpoint
GET
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
Response
200 - application/json
The card_auth_loop_endpoint
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
Unique identifier for object
The HTTPS URL that will respond to the card auth message
Arbitrary data the user can attach