PayPaga
  1. Pay In - Peru
PayPaga
  • Introduction
    • Introduction
    • API Reference
    • Errors
    • Standard Codes and Values
  • Authorization
    • Authorization
    • OAuth 2.0 Token Generation
  • Pay In - Direct API Integration
    • Pay In - Direct API Integration
    • Pay In - Payment Options
    • Pay In - Payment Processing
    • Pay In - Query Transactions
  • Pay In - PayURL Integration
    • Pay In - PayURL Integration
    • Pay In - Create PayURL
  • Pay In - Examples
    • Pay In - Argentina
      • Pay In - CVU
    • Pay In - Brazil
      • Pay In - PIX
    • Pay In - Chile
      • Pay In - Bank Transfer
    • Pay In - Colombia
      • Pay In - Dale
      • Pay In - Daviplata
      • Pay In - Efecty
      • Pay In - Gana
      • Pay In - Movii
      • Pay In - Nequi
      • Pay In - PSE
      • Pay In - Puntored
      • Pay In - RappiPay
      • Pay In - ReFacil
      • Pay In - Susuerte
      • Pay In - Western Union
    • Pay In - Ecuador
      • Pay In - Bemóvil
      • Pay In - Deuna
      • Pay In - Mi Negocio Efectivo
      • Pay In - Omniswitch
      • Pay In - Banco Pichincha
      • Pay In - Rapi Activo
      • Pay In - Western Union
    • Pay In - El Salvador
      • Pay In - Banco Agrícola
      • Pay In - Banco Cuscatlán
      • Pay In - Puntoxpress
    • Pay In - Guatemala
      • Pay In - BAM Efectivo
      • Pay In - BAM Transferencia
      • Pay In - Banco Industrial
      • Pay In - Akisi Pronet
    • Pay In - Mexico
      • Pay In - Pay With Cash
      • Pay In - Bank Transfer
    • Pay In - Peru
      • Pay In - BBVA
        POST
      • Pay In - BCP
        POST
      • Pay In - BCP Efectivo
        POST
      • Pay In - Cell Power
        POST
      • Pay In - KasNet
        POST
      • Pay In - QR Interoperable
        POST
      • Pay In - Plin
        POST
      • Pay In - Yape
        POST
  • Pay Out - Direct API Integration
    • Pay Out - Direct API Integration
    • Pay Out - Query Transactions
    • Pay Out - Payment Processing
  • Pay Out - Examples
    • Pay Out - Brazil
    • Pay Out - Mexico
    • Pay Out - Argentina (V2)
    • Pay Out - Colombia (V2)
    • Pay Out - Ecuador (V2)
    • Pay Out - Guatemala (V2)
    • Pay Out - Peru (V2)
    • Pay Out - Chile (V2)
  • Transactions Status Notification
    • Transactions Status Notification
  • Query Balance
    • Query Balance
  • Appendix
    • Transaction Status Definitions and Lifecycle
  1. Pay In - Peru

Pay In - Plin

Developing
Develop Env
https://api.v2.stg.paypaga.com
Develop Env
https://api.v2.stg.paypaga.com
POST
https://api.v2.stg.paypaga.com
/payment

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠400Bad Request
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.v2.stg.paypaga.com/payment' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "transaction_id": "20251028-1613-4e85-8136-46a193372429",
    "payment_method_code": "plin",
    "country_code": "PE",
    "currency": "PEN",
    "transaction_total": 1000,
    "merchant_transaction_reference": "abc4561698162696828"
}'
Response Response Example
200 - Success Plin
{
    "transaction_id": "20251028-1613-4e85-8136-46a193372429",
    "transaction_payment_mode": "ASYNCHRONOUS",
    "payment_method_reference": "90981929234",
    "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": "plin"
        },
        {
            "type": "label",
            "key": "lookup_id",
            "label": "Lookup ID",
            "description": "20251028-1613-4e85-8136-46a193372429"
        },
        {
            "type": "label",
            "key": "qr_code",
            "label": "Código QR",
            "description": "generate:0002010102122637000280010390302202510280921196435265052044829530360454061000005802PE5912DEMO LIGOPAY6004Lima80550003ID10144suGASdIEsZFzlFh4eZ/UMQRNdpSojGNBwPiV0Punz2o=90880005GLOSA0175Pago de referencia con QR 90981929234 #f669acb2-64b5-4e4d-9ea3-33baac31bf0d91230007FECVCTO01082025103092140005QUOTA01011630411A4"
        }
    ]
}
Previous
Pay In - QR Interoperable
Next
Pay In - Yape
Built with