curl --location --request POST '/api/v1/transactions/createPayment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"paymentMethodId": 15,
"qr": true,
"termsAccepted": false,
"registerForm": {
"businessName": "Jorge Luis madera madera",
"docType": "CC",
"docNumber": "1068818962",
"cellphone": "3106990587",
"cityId": 519,
"birthCityName": "",
"firstName": "Jorge Luis",
"middleName": "",
"lastName": "madera madera",
"secondLastName": "",
"address": "Vereda san Rafael del Perú de valencia córdoba",
"gender": "",
"email": "Jorgeluismadero9999@gmail.com",
"birthDate": "0000-00-00",
"docExpDate": ""
}
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"Resource": {
"key": "305103",
"type": "qr",
"message": 200,
"qr": "data:image/webp;base64,UklGRoxSAQB..."
},
"Costs": [
{
"id": 141,
"min": 0,
"max": 99999999,
"type": "fixed",
"cost": 500,
"costProvider": 250,
"costTypeProvider": "fixed"
}
],
"isManual": 0
},
"_channel": "web"
}