Predict Card Provider Info
curl --request GET \
--url https://api.example.com/{version}/predictions/card-provider-info \
--header 'Authorization: Bearer <token>'{
"country": "<string>",
"currencies": [
"<string>"
],
"payment_method": "<string>",
"gateway_provider": "<string>",
"operation_type": "<string>",
"brand": "<string>"
}predictions
Predict Card Provider Info
GET
/
{version}
/
predictions
/
card-provider-info
Predict Card Provider Info
curl --request GET \
--url https://api.example.com/{version}/predictions/card-provider-info \
--header 'Authorization: Bearer <token>'{
"country": "<string>",
"currencies": [
"<string>"
],
"payment_method": "<string>",
"gateway_provider": "<string>",
"operation_type": "<string>",
"brand": "<string>"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Allowed value:
"v1"Query Parameters
Available options:
COLLECTION, PAYOUT, TRANSFER, REFUND Allowed value:
"STRIPE"Last modified on June 23, 2026
Was this page helpful?
⌘I
