Suave Docs home page
Search...
Search...
Navigation
Payment API
Get Payment Order
Documentation
Demo
Contact us
Get Started
Introduction
Use cases
API documentation
Quickstart
Data types
Quote API
Payment API
POST
Create Payment Link
GET
Get Payment Order
Payment webhooks
SDK
Overview
UI components
Payment API
Get Payment Order
GET
/
api
/
v1
/
payment
/
{id}
Try it
Path Parameters
id
string
required
Payment order ID
Response
200 - application/json
cancel_callback_url
string
env_mode
enum<string>
Available options:
test
,
live
failure_callback_url
string
line_items
object[]
Show child attributes
line_items.
quantity
integer
required
line_items.
title
string
required
line_items.
description
string
line_items.
image_url
string
metadata
object
order_price
object
Show child attributes
order_price.
amount
integer
required
order_price.
currency
string
required
order_price.
decimals
integer
required
payment_order_id
string
payment_order_status
string
success_callback_url
string
transaction_hash
string
Create Payment Link
Overview