Beeline
1. It is necessary to send a valid phone number when creating the payment. For example:
"mobilePhone": {
"cc": "7",
"subscriber": "735-5551-556"
}
2. When generating the payment, it is necessary to confirm the telephone number.
3. It is necessary to enter it without hyphens Eg: 7355551556
4. By clicking on accept, you will validate the payment.
It is necesary to include the data in the "merchantData " parameter
{
"customer": {
"mobilePhone": {
"cc": "",
"subscriber": ""
},
},
}