Jump to Content
Satispay Pago PA
GuidesAPI ReferenceChangelogDiscussionsMore info
Satispay Pago PA
Guides
GuidesAPI ReferenceChangelogDiscussionsMore info

Payment Flows

  • QR Code
  • Manual
  • Barcode

Pagopa recepit

  • Example of recepit

Core info

  • Conventions
  • Endpoints
  • Handle errors
  • Making requests
  • Firewall configuration
  • Handle responses
  • Idempotency

Authentication

  • Step by step guide
  • 1. Generate RSA key pair
  • Introduction
  • 3. Create the Digest
  • 4. Create the String
  • 2. Obtain the KeyId
  • 5. Create the Signature
  • 6. Compose the Authorization header
Powered by 

Barcode

Suggest Edits

[POST] Create Payment

{
    "request_type": "BARCODE",
    "barcode": "41580888888051938020001163560181339849390261202",
    "barcode_type": "BARCODE_GS1_128"
}

[PATCH] Accept the payment

{
    "status": "APPROVED"
}

Updated almost 2 years ago


  • Table of Contents
    • POST Create Payment
    • PATCH Accept the payment