Complete an order checkout
Orders
Complete an order checkout
Marks a replacing order as fully paid and records the payment method. Only replacing orders that are not already completed, refunded, or cancelled may be completed.
POST
Complete an order checkout
Documentation Index
Fetch the complete documentation index at: https://docs.papp.sa/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Order UUID.
Body
application/json
Body for POST /v1/orders/{orderUuid}/complete. All fields are optional.
Payment method used to complete the order. String-numeric enum:
| Value | Method |
|---|---|
"1" | VISA |
"2" | MADA |
"3" | Apple Pay |
"4" | Mastercard |
"5" | Tabby |
"6" | Dashboard |
"7" | Bank transfer |
"8" | Wallet |
"9" | Cash |
"10" | Tamara |
Available options:
1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Example:
"2"

