v1

latestOpenAPI 3.1.02026-07-24233206489.1 KB

Create a static QR Ph code

Use the secret API key to create a static QR Ph code

post/v1/qrph/generate

Headers

Content-Typestring

Request body

Response

200

Example response

{
  "data": {
    "id": "code_Yk3HN6HvWddSrNwhM3dKkYeA",
    "type": "code",
    "attributes": {
      "mobile_number": "+639191234567",
      "qr_image": "data:image/png;base64,iVBO...ggg==",
      "name": "Paymongo Test"
    }
  }
}