Squarepay API
  1. Default Folder
Squarepay API
  • Authentication
    • Test Authentication
      POST
  • PayTo
    • Agreements
      • Create Agreement
      • List Agreements
      • Show Agreement
      • Show Agreement History
      • Delete Agreement
    • Agreement Actions
      • Cancel Agreement
    • Payments
      • Create Payment
      • List Payments
      • Show Payment
      • Retry Payment
  • Webhook Subscriptions
    • Create Webhook Subscription
      POST
    • List Webhook Subscriptions
      GET
    • Update Webhook Subscription
      PUT
    • Delete Webhook Subscription
      DELETE
  • Webhooks
    • List Webhooks
      GET
    • Show Webhook
      GET
    • Resend Webhook
      POST
  • Schemas
    • Types
      • Event Type
      • Webhook Status
    • Default Folder
      • CreateAgreement
      • ValidationError
      • CreatePayment
      • CreateWebhookSubscription
      • CancelAgreement
      • WebhookSubscription
      • Webhook
      • SingleWebhook
      • Payment
      • Agreement
      • AgreementHistory
  1. Default Folder

CreatePayment

{
    "reference": "string",
    "agreement_uuid": "string",
    "amount": 0,
    "priority": "attended",
    "statement_reference": "string",
    "statement_description": "string",
    "last_payment": true,
    "payment_date": "string"
}
Built with