List the available enrollment methods given a card BIN (BETA)

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Enrollment methods payload

Responses


Example cURL Request

curl --request POST \
     --url https://api.astrada.co/enrollment-methods \
     --header 'accept: application/hal+json' \
     --header 'content-type: application/json'

Example Response

{
  "availableEnrollmentMethods": [
    "cardholder-single"
  ]
}