Qodex.ai
Qodex.ai
Introduction
PayAsYouGo - Part 2
Merchants
Update MerchantList of MerchantsAdd MerchantDelete Merchant
Branches
List of BranchesAdd a BranchUpdate a BranchDelete Branch
Users
Delete UserUpdate a UserAdd a UserList of Users
PayPal APIs
Authorization
Generate client_tokenUser InfoTerminate access_tokenGenerate access_token
Orders
Show order detailsCreate orderAuthorize payment for orderUpdate orderCapture payment for order
Payments
Refund captured paymentShow captured payment detailsShow refund detailsShow details for authorized paymentVoid authorized paymentReauthorize authorized paymentCapture authorized payment
Invoices-Invoices
Delete external paymentGenerate invoice numberGenerate QR codeSearch for invoicesFully update invoiceRecord refund for invoiceDelete external refundShow invoice detailsCreate draft invoiceSend invoiceDelete invoiceList invoicesRecord payment for invoiceSend invoice reminderCancel sent invoice
Invoices-Templates
Create templateShow template detailsFully update templateDelete templateList templates
Subscriptions-Catalog Products
Show product detailsUpdate productList productsCreate product
Subscriptions-Plans
Activate planShow plan detailsUpdate planUpdate pricingDeactivate planCreate planList plans
Subscriptions-Subscriptions
Revise plan or quantity of subscriptionActivate subscriptionShow subscription detailsList transactions for subscriptionCreate subscriptionSuspend subscriptionCapture authorized payment on subscriptionCancel subscriptionUpdate subscription
Payouts
Create batch payoutShow payout batch detailsShow payout item detailsCancel unclaimed payout item
Webhooks
Create webhookList event subscriptions for webhookDelete webhookList event notificationsVerify webhook signatureUpdate webhookShow event notification detailsTrigger a sample eventList webhooksList available eventsSimulate webhook eventShow webhook detailsResend event notification
Shipment Tracking
Update or cancel tracking information for PayPal transactionAdd tracking information for multiple PayPal transactionsShow tracking information
Transaction Search
List all balancesList transactions
Disputes
Update dispute statusDeny offer to resolve disputeAcknowledge returned itemMake offer to resolve disputeProvide supporting information for disputePartially update disputeShow dispute detailsEscalate dispute to claimList disputesSettle disputeSend message about dispute to other partyAppeal disputeAccept offer to resolve disputeProvide evidenceAccept claim
Introduction
PayAsYouGo - Part 2
Merchants
Update MerchantList of MerchantsAdd MerchantDelete Merchant
Branches
List of BranchesAdd a BranchUpdate a BranchDelete Branch
Users
Delete UserUpdate a UserAdd a UserList of Users
PayPal APIs
Authorization
Generate client_tokenUser InfoTerminate access_tokenGenerate access_token
Orders
Show order detailsCreate orderAuthorize payment for orderUpdate orderCapture payment for order
Payments
Refund captured paymentShow captured payment detailsShow refund detailsShow details for authorized paymentVoid authorized paymentReauthorize authorized paymentCapture authorized payment
Invoices-Invoices
Delete external paymentGenerate invoice numberGenerate QR codeSearch for invoicesFully update invoiceRecord refund for invoiceDelete external refundShow invoice detailsCreate draft invoiceSend invoiceDelete invoiceList invoicesRecord payment for invoiceSend invoice reminderCancel sent invoice
Invoices-Templates
Create templateShow template detailsFully update templateDelete templateList templates
Subscriptions-Catalog Products
Show product detailsUpdate productList productsCreate product
Subscriptions-Plans
Activate planShow plan detailsUpdate planUpdate pricingDeactivate planCreate planList plans
Subscriptions-Subscriptions
Revise plan or quantity of subscriptionActivate subscriptionShow subscription detailsList transactions for subscriptionCreate subscriptionSuspend subscriptionCapture authorized payment on subscriptionCancel subscriptionUpdate subscription
Payouts
Create batch payoutShow payout batch detailsShow payout item detailsCancel unclaimed payout item
Webhooks
Create webhookList event subscriptions for webhookDelete webhookList event notificationsVerify webhook signatureUpdate webhookShow event notification detailsTrigger a sample eventList webhooksList available eventsSimulate webhook eventShow webhook detailsResend event notification
Shipment Tracking
Update or cancel tracking information for PayPal transactionAdd tracking information for multiple PayPal transactionsShow tracking information
Transaction Search
List all balancesList transactions
Disputes
Update dispute statusDeny offer to resolve disputeAcknowledge returned itemMake offer to resolve disputeProvide supporting information for disputePartially update disputeShow dispute detailsEscalate dispute to claimList disputesSettle disputeSend message about dispute to other partyAppeal disputeAccept offer to resolve disputeProvide evidenceAccept claim
HomePayPal APIsOrders

Orders

Number of APIs: 5

  1. Create order POST {{base_url}}/v2/checkout/orders

  2. Show order details GET {{base_url}}/v2/checkout/orders/:order_id

  3. Update order PATCH {{base_url}}/v2/checkout/orders/:order_id

  4. Authorize payment for order POST {{base_url}}/v2/checkout/orders/:order_id/authorize

  5. Capture payment for order POST {{base_url}}/v2/checkout/orders/:order_id/capture

Previous
Generate access_token
Next
Show order details