# Post receiver Warning: This feature is only available to customers who have contracted it independently. To use it, please contact us at soporte@khipu.com Create a new collection account associated with an integrator. Endpoint: POST /v3/receivers Version: v3.0 Security: Api-Key ## Request fields (application/json): - `admin_first_name` (string, required) First name of the administrator of the collection account to be created. Example: "Nombre" - `admin_last_name` (string, required) Last name of the administrator of the collection account to be created. Example: "Apellido" - `admin_email` (string, required) Email of the administrator of the collection account to be created. Example: "admin@email.com" - `country_code` (string, required) ISO 3166-1 two-character alphanumeric code of the country of the collection account to be created. Example: "CL" - `business_identifier` (string, required) Tax identifier of the merchant associated with the collection account to be created. Example: "99.999.999-9" - `business_category` (string, required) Tax category or tax item of the merchant associated with the collection account to be created. Example: "VENTA AL POR MAYOR DE FRUTAS Y VERDURAS" - `business_name` (string, required) Tax name of the merchant associated with the collection account to be created. Example: "Nombre Tributario" - `business_phone` (string, required) Telephone of the merchant associated with the collection account to be created. Example: "+56988887777" - `business_address_line_1` (string, required) Address of the merchant of the collection account to be created. Example: "Calle principal 1111" - `business_address_line_2` (string, required) Second line of the address of the merchant of the collection account to be created. Example: "Oficina 3-A" - `business_address_line_3` (string, required) Third line of the address of the merchant of the collection account to be created. Example: "Santiago" - `contact_full_name` (string, required) Name of the merchant's contact. Example: "Nombre Contacto" - `contact_job_title` (string, required) Position of the merchant contact. Example: "Tesorero" - `contact_email` (string, required) Email address of the merchant's contact. Example: "contacto@email.com" - `contact_phone` (string, required) Merchant's contact phone number. Example: "+56955553333" - `bank_account_bank_id` (string) Bank identifier. Example: "SDdGj" - `bank_account_type` (string) Account type. It is required if the alternative trusted integrator model is used. Example: "Cuenta Corriente" - `bank_account_identifier` (string) Personal identifier of the owner of the bank account. Example: "11.333.555-7" - `bank_account_name` (string) Bank account name. Example: "Alias Cuenta" - `bank_account_number` (string) Bank account number. Example: "00347909823" - `notify_url` (string) Default URL for the webservice where the payment will be notified. Example: "http://micomercio.com/account/notify_url" - `rendition_url` (string) URL for the webservice where the accountability will be notified. Example: "http://micomercio.com/account/rendition_url" ## Response 200 fields (application/json): - `receiver_id` (string, required) Unique identifier of the collection account. Example: "934568" - `secret` (string, required) Secret key to the collection account, used to sign all requests. Example: "b2025dc47a29a04592fa3c1191110370db0e208c"