v1

latestOpenAPI 3.0.32026-07-26618696.8 KB
Payment Requests

Create Payment requests archive

PayRequests API

post/api/v1/payment-requests/{id}/archive/

Path parameters

idstring required

A unique string value identifying this Pay Request.

Request body

request_idstring required
sent_status'PENDING' | 'SENT' | 'DELIVERED' | 'OPENED' | 'CLICKED' | 'FAILED'
  • PENDING - Pending
  • SENT - Request sent
  • DELIVERED - Email delivered
  • OPENED - Email opened
  • CLICKED - Paylink clicked
  • FAILED - Failed
reasonstring required

Payment reason

autosend_remider0 | 1 | 2 | 3 | 7
  • 0 - Do not send
  • 1 - After a day
  • 2 - After two days
  • 3 - After three day
  • 7 - After a week
autosend_remider_datetimestring date-time nullable
reminder_sentboolean
archivedboolean
failed_detailsstring nullable
created_atstring date-time nullable required
updated_atstring date-time nullable required

Response

request_idstring required
sent_status'PENDING' | 'SENT' | 'DELIVERED' | 'OPENED' | 'CLICKED' | 'FAILED'
  • PENDING - Pending
  • SENT - Request sent
  • DELIVERED - Email delivered
  • OPENED - Email opened
  • CLICKED - Paylink clicked
  • FAILED - Failed
reasonstring required

Payment reason

autosend_remider0 | 1 | 2 | 3 | 7
  • 0 - Do not send
  • 1 - After a day
  • 2 - After two days
  • 3 - After three day
  • 7 - After a week
autosend_remider_datetimestring date-time nullable
reminder_sentboolean
archivedboolean
failed_detailsstring nullable
created_atstring date-time nullable required
updated_atstring date-time nullable required