/
IN
intasend
/
IntaSend API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Chargebacks
3
MPESA Paybill Accounts
3
Payment Collection
9
Payment Links
4
Payment Requests
5
get
List Payment requests
post
Create Payment requests
get
Retrieve Payment requests
put
Update Payment requests
post
Create Payment requests archive
Realtime FX
3
Send Money
16
Subscriptions
13
Wallets
5
Payment Requests
Retrieve Payment requests
PayRequests API
get
/api/v1/payment-requests/{id}/
Path parameters
id
string
required
A unique string value identifying this Pay Request.
Response
PayRequestsSer
required
request_id
string
required
checkout
CheckoutSer
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
reason
string
required
Payment reason
autosend_remider
0
|
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_datetime
string
date-time
nullable
reminder_sent
boolean
archived
boolean
failed_details
string
nullable
created_at
string
date-time
nullable
required
updated_at
string
date-time
nullable
required
Changes