Create a customs declaration
POST {{url}}/api/v1/pa/customs_declarations/create
Request Body
{"request_id"=>"{{$guid}}", "payment_intent_id"=>"{{payment_intent_id}}", "customs_details"=>{"customs_code"=>"GUANGZHOU_ZS", "merchant_customs_name"=>"{{$randomCompanyName}}", "merchant_customs_number"=>"{{$randomInt}}"}, "shopper_details"=>{"shopper_id"=>"310101200001010000", "shopper_name"=>"{{$randomFullName}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |