Public
Documentation Settings

Nova Pay

Nova Pay is a platform that controls all integrations to manage sales, payments, leads, and content using different apps working together. It's easily and powerful. To use this API, you need a Nova account.

Attention:
You'll need to configure the account to gain access to all APIs and functions. If you use fetch/XHR requests, you'll need to configure a domain origin in the platform.

AUTHORIZATIONBearer Token
Token

EyXkwuuYmzejxKLzj7cq5xg8Etzyz9hCSV5Mxs6D2r3h3Ya_ZotM9G8h72VEp_QVzFzA2Bso69uiW8-qyMygkNyw9SiSzTXn1Ewd

Orders

Create orders directly in your environment without the need to integrate a gateway or other apps. This is ideal for integrating different points of sales, apps, and other needs.

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionNova Pay

GETIndex

https://coyo.staging.pay.nova.money/api/v1/orders

Request to list and apply filters to all orders inside your tenant.

AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionNova Pay
HEADERS
Content-Type

application/json

PARAMS
q

My text

Optional parameter. Orders will be filtered by full text search on the following attributes: amount, coupon_code, coupon_value, total, company_name, customer_name, customer_email, customer_identification(cpf) and seller_name

company_ids

[1,2,3]

Optional parameter. Orders will be filtered by the provided array of company_ids.

status[]

3

Optional parameter. Orders will be filtered by the provided status or statuses (array of strings). The possible values are: pending, waiting_payment, partially_paid, paid, cancelled, partially_refunded and refunded.

limit

50

Max 100

page

1

initial_date

2024-11-01

final_date

2024-11-17

GETShow

https://coyo.staging.pay.nova.money/api/v1/orders/:id

Request to show a specific order.

AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionNova Pay
PATH VARIABLES
id

14325

Order's ID

Loading