curl --location --request POST '/api/v1/transactions/createPayment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"People": {
"address": "CARRERA 25 No. 75b 48 torre 14 apto 103",
"personLastName": "VIEDMA RIVERA",
"typePerson": "natural",
"personDocType": null,
"personDocNumber": "16286885",
"email": "MISCELANEAFENIX01@GMAIL.COM",
"nit": ""
},
"amount": "51000",
"paymentMethodId": 11,
"cellphone": "3044027007"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"Resource": {
"data": "https://app.bepay.com.co/resume/Njk3ZmQ1NzExYmRhNzUuadfg3edE",
"id": "Njk3ZmQ1NzExYmRhNzUuadfg3edE"
},
"transactionId": "9f05326d-cce2-4933-9be0-5e23e823df85"
},
"_channel": "web"
}