curl --location --request POST 'https://api.v2.stg.paypaga.com/payment' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "20251028-1557-4c25-8e28-6f90d854413d",
"payment_method_code": "bcp",
"country_code": "PE",
"currency": "PEN",
"transaction_total": 1000,
"merchant_transaction_reference": "abc4561698162696828",
"transaction_fields": []
}'{
"transaction_id": "20260326-0950-4805-b0d2-68f18f8fda31",
"transaction_payment_mode": "ASYNCHRONOUS",
"payment_method_reference": "90938630601",
"message": "Transaction Successfully",
"version": "0.1",
"next_steps_detail_instructions": [
{
"type": "label",
"key": "currency",
"label": "Moneda",
"description": "PEN"
},
{
"type": "label",
"key": "payment_method",
"label": "Método de Pago",
"description": "bcp"
},
{
"type": "label",
"key": "lookup_id",
"label": "Lookup ID",
"description": "20260326-0950-4805-b0d2-68f18f8fda31"
},
{
"type": "label",
"key": "reference",
"label": "Referencia",
"description": "90938630601"
}
]
}