curl --location --request POST '/api/v1/transactions/createPayment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"paymentMethodId": 14,
"qr": true,
"amount": "200000",
"registerForm": {
"docNumber": "1143937860",
"cityId": 1188,
"firstName": "Maribel",
"middleName": "",
"lastName": "Montoya Uribe",
"secondLastName": "",
"address": "cra26d #79-36",
"email": "montoymaribel46@gmail.com",
"cellphone": "3167726932"
}
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"Resource": {
"key": "324219",
"type": "qr",
"message": "",
"qr": "UklGRjDIAABXRUJQVlA4WAoAAA..."
},
"Costs": [
{
"id": 140,
"min": 0,
"max": 99999999,
"type": "fixed",
"cost": 500,
"costProvider": 250,
"costTypeProvider": "fixed"
}
],
"isManual": 0
},
"_channel": "web"
}