curl --location --request POST '/api/v1/transactions/payment/generateLink?status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"reference": "43534543",
"amount": "10000",
"confirmUrl": "https://ec.com",
"responseUrl": "https://bemovil.ec"
}
}'{
"statusCode": 200,
"message": "Exitoso",
"data": {
"link": "https://bepay.net.co/NjkxY2YxZGE1a1B4GkuODk1NzI5OTA",
"transactionId": "1a76cfb7-0584-b57f-8b41-be1e88760b8d"
},
"_channel": "web"
}