Create a new payer
POST {{url}}/api/v1/payers/create
Request Body
{"payer"=>{"additional_info"=>{"business_registration_number"=>"{{$randomAlphaNumeric}}{{$randomAlphaNumeric}}{{$randomAlphaNumeric}}{{$randomInt}}{{$randomInt}}"}, "address"=>{"city"=>"{{$randomCity}}", "country_code"=>"CN", "postcode"=>"{{$randomInt}}{{$randomInt}}", "state"=>"{{$randomCity}}", "street_address"=>"{{$randomStreetAddress}}"}, "company_name"=>"{{$randomCompanyName}}", "entity_type"=>"COMPANY"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |