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 

Manual

Suggest Edits

[POST] Create Payment

{
  "request_type":"MANUAL",
  "amount_unit":12000,
  "payment_notice_number":"001000000027334679",
  "domain_id":"00297960197"
}

[PATCH] Accept the payment

{
	"status":"APPROVED"
}

Updated almost 2 years ago


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