Confirm a PaymentIntent - Trigger Netcetera 3DS
POST {{url}}/api/v1/pa/payment_intents/:payment_intent_id/confirm
Request Body
{"request_id"=>"{{$guid}}", "payment_method"=>{"type"=>"card", "card"=>{"billing"=>{"address"=>{"city"=>"{{$randomCity}}", "country_code"=>"US", "postcode"=>"25000", "state"=>"{{$randomCity}}", "street"=>"{{$randomStreetAddress}}"}, "first_name"=>"{{$randomFirstName}}", "last_name"=>"{{$randomLastName}}"}, "expiry_month"=>"12", "expiry_year"=>"2030", "number"=>"5424184049821670", "cvc"=>"123"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |