curl --location --request POST '/api/v1/transactions/createPayment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"People": {
"address": "Carrera 52 N 2a 04",
"personLastName": "Velasco Piso",
"email": "diego.velasco1705@gmail.com",
"personName": "Diego alexis",
"cellphone": "3106036831",
"typePerson": "natural",
"personDocType": "CC",
"personDocNumber": "1002968048",
"nit": ""
},
"amount": "200000",
"paymentMethodId": 4,
"bank": 1507
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"Resource": {
"code": "27335323",
"data": "https://registro.pse.com.co/PSENF/index.html?enc=O%2fa7dR0EsfegasqaC9LkLLj54yEK6vNFGXj8%3d",
"id": "Njk3ZmQyN2EwMmEwYjguMDsdwdfI0OTY"
},
"transactionId": "f06dcc11-76fa-4bf8-b2c7-d2d6dfb17158"
},
"_channel": "web"
}