Card register
In the aforementioned context, the action
parameter with the value register
will be used in order to invoke the loading of the corresponding specific registration form.
This procedure will trigger the presentation of a screen in the user interface containing all the elements and fields necessary to successfully complete the required registration process. This screen will be strategically designed to ensure accurate and efficient collection of the information needed to register a new user.
The registration screen will include fields covering fundamental aspects such as personal data, contact information, preferences and any other relevant data according to the system requirements. These fields will allow the user to enter the necessary information accurately and completely, thus ensuring that the registration process is carried out properly and successfully.
The purpose of this functionality is to provide users with a smooth and seamless experience during the registration process. By providing a screen that includes all the necessary elements and fields, the flow of interaction is optimized and friction is minimized, allowing users to complete the registration efficiently and without hindrance.

- The answer in this case at the end of the flow would be the following structure:
- SDK 1.4.1+
- SDK 1.3.2-- (deprecated)
{
"code": "00",
"message": "Operación exitosa",
"messageUser": "Operación exitosa",
"messageUserEng": "Successful",
"response": {
"payMethod": "CARD",
"order": [
{
"payMethodAuthorization": "CARD",
"codeAuth": "",
"currency": "PEN",
"amount": "149.00",
"installment": "",
"deferred": "",
"orderNumber": "7676795",
"stateMessage": "Autorizado",
"dateTransaction": "20240307",
"timeTransaction": "111646",
"uniqueId": "",
"referenceNumber": ""
}
],
"card": {
"brand": "VS",
"pan": "497010******0055",
"save": "true"
},
"billing": {
"firstName": "Lucho",
"lastName": "Torres",
"email": "luchotorres@gmail.com",
"phoneNumber": "989897960",
"street": "Av. Jorge Chávez 275",
"city": "Lima",
"state": "Lima",
"country": "PE",
"postalCode": "15000",
"documentType": "DNI",
"document": "12345678"
},
"merchant": {
"merchantCode": "4075169",
"facilitatorCode": ""
},
"token": {
"merchantBuyerId": "enriquepariascauser2024",
"cardToken": "8f1ef626e766e950a8a59eb370d85d56965e966f9792c43ebb77c93232ec2b5d",
"alias": ""
},
"authentication": {
"result": ""
},
"customFields": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
},
"payloadHttp": "{\"code\":\"00\",\"message\":\"Operación exitosa\",\"messageUser\":\"Operación exitosa\",\"messageUserEng\":\"Successful\",\"transactionId\":\"564653567\",\"response\":{\"payMethod\":\"CARD\",\"order\":[{\"payMethodAuthorization\":\"CARD\",\"codeAuth\":\"\",\"currency\":\"PEN\",\"amount\":\"149.00\",\"installment\":\"\",\"deferred\":\"\",\"orderNumber\":\"7676795\",\"stateMessage\":\"Autorizado\",\"dateTransaction\":\"20240307\",\"timeTransaction\":\"111646\",\"uniqueId\":\"\",\"referenceNumber\":\"\"}],\"card\":{\"brand\":\"VS\",\"pan\":\"497010******0055\",\"save\":\"true\"},\"billing\":{\"firstName\":\"Lucho\",\"lastName\":\"Torres\",\"email\":\"luchotorres@gmail.com\",\"phoneNumber\":\"989897960\",\"street\":\"Av. Jorge Chávez 275\",\"city\":\"Lima\",\"state\":\"Lima\",\"country\":\"PE\",\"postalCode\":\"15000\",\"documentType\":\"DNI\",\"document\":\"12345678\",\"companyName\":null},\"merchant\":{\"merchantCode\":\"4075169\",\"facilitatorCode\":\"\"},\"token\":{\"merchantBuyerId\":\"enriquepariascauser2024\",\"cardToken\":\"8f1ef626e766e950a8a59eb370d85d56965e966f9792c43ebb77c93232ec2b5d\",\"alias\":\"\"},\"authentication\":{\"result\":\"\"},\"customFields\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"]}}",
"signature": "hTRldwK+Iua1Xqbgp41IBfSyZdkykdhAc/R1/V6Bf2A=",
"transactionId": "564653567"
}
{
"code": "00",
"message": "Operación exitosa",
"response": {
"merchantCode": "4075157",
"currency": "PEN",
"amount": "149.00",
"orderNumber": "87576465",
"dateTransaction": "20240307",
"timeTransaction": "114525",
"tokenization": {
"cardToken": "4a566fa2d9b82320bd0faa9c13269069f2c2586f6730bf2a6ff6d464f9286f0e"
},
"payMethod": "CARD",
"card": {
"brand": "VS",
"pan": "497010******0055",
"save": true
},
"billing": {
"firstName": "Lucho",
"lastName": "Torres",
"email": "luchotorres@gmail.com",
"phoneNumber": "989897960",
"street": "Av. Jorge Chávez 275",
"city": "Lima",
"state": "Lima",
"country": "PE",
"postalCode": "15000",
"documentType": "DNI",
"document": "12345678"
}
}
}
For detailed parameter definitions, please visit the Parameters definition
section.