The request should be sent to {{CARDGATE_URL}} which you will receive from the manager.
For authorization, use the token from the response to the invoice creation request, flow_data object → metadata
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
Host
string
required
Example:
{{CARDGATE_URL}}
Body Params application/json
data
object
required
type
string
required
attributes
object
required
Example
{"data":{"type":"sale-operation","attributes":{"card_number":"5519283812030000","card_holder":"Jack Smith","cvv":"123","exp_month":"04","exp_year":"30","browser_info":{"browser_color_depth":"24","browser_ip":"123.123.12.1","browser_java_enabled":false,"browser_language":"en-US","browser_screen_height":"1200","browser_screen_width":"1920","browser_tz":"-780","browser_user_agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1","browser_accept_header":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"}}}}
Responses
🟢2013DS flow
application/json
(for 3DS Flow) Client Redirect to ACS
The auth_payload object contains 3DS data for the Card Gate request response.You should send to action URL the form's parameters params by method method. Meanwhile, these parameters and their names may change depending on the acquirer standards.