Authorization: ********************
{
"verification": {
"authorize_net_customer_profile": {}
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/listavailableverificationfields' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"verification": {
"authorize_net_customer_profile": {}
}
}'
{
"verification_fields": [
{
"name": "string",
"alt_name": "string",
"display_name": "string",
"field_type": "VALUE_TYPE_UNKNOWN",
"validation_type": "VALIDATION_NONE",
"formats": [
"string"
],
"invoice_type": "UNSPECIFIED",
"helper_text": {
"text": "string"
},
"required": true
}
]
}