/
IO
iolpay
/
IOLPay Payment API (Public)
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16h ago · Updated 3d ago
Details
Filter operations
Bin Promo Code Rules
1
Disputes
2
Lpm
2
Order
6
Payment
10
get
/payment-api/v1/Payment/{transactionId}
get
/payment-api/v1/Payment
post
/payment-api/v1/Payment
patch
/payment-api/v1/Payment
post
/payment-api/v1/Payment/pay-with-wallet-item
patch
/payment-api/v1/Payment/proceed-with-wallet-item
get
/payment-api/v1/Payment/pay-in-list
post
/payment-api/v1/Payment/captures
post
/payment-api/v1/Payment/authorizations
post
/payment-api/v1/Payment/authorizations/void
Payment Info
1
Payment Methods
1
Pms Posting History
1
Refunds
2
Wallet Items
4
Payment
post
/payment-api/v1/Payment/authorizations/void
Request body
AuthorizeCreateModel
required
transactionId
string
nullable
paymentIntentId
integer
nullable
amount
number
double
Response
Success
'Pending'
|
'Succeeded'
|
'Failed'
required
Changes