List payments
Develop Env
https://api.gigstack.io/v2
Develop Env
https://api.gigstack.io/v2
GET
https://api.gigstack.io/v2
Payments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gigstack.io/v2/payments' \
--header 'Authorization;'
Response Response Example
200 - Example 1
{
"data": [
{
"id": "string",
"fid": "string",
"v": 0,
"team": "string",
"owner": "string",
"billingAccount": "string",
"amount": 0,
"currency": "MXN",
"status": "requires_payment_method",
"internalStatus": "string",
"client": {
"id": "string",
"billingAccount": "string",
"metadata": {
"internalId": "string",
"reference": "string",
"stringitems": "string",
"property1": "string",
"property2": "string"
},
"owner": "string",
"email": "user@example.com",
"from": "string",
"team": "string",
"name": "string",
"rfc": "string",
"legal_name": "string",
"timestamp": 0,
"livemode": true,
"tax_system": "string",
"address": {
"street": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string"
},
"phone": "string",
"use": "string"
},
"clientId": "string",
"items": [
{
"id": "string",
"name": "string",
"description": "string",
"quantity": 0,
"total": 0,
"unitPrice": 0,
"product_key": "string",
"unit_key": "string",
"unit_name": "string",
"taxes": [
{
"type": "string",
"rate": 0,
"factor": "Tasa",
"base": 0,
"amount": 0,
"retained": true
}
],
"discount": 0,
"currency": "MXN",
"paymentType": {
"label": "string",
"value": "fixed"
},
"serviceId": "string",
"category": "string",
"subcategory": "string"
}
],
"internalItems": [
{
"id": "string",
"name": "string",
"description": "string",
"quantity": 0,
"total": 0,
"unitPrice": 0,
"product_key": "string",
"unit_key": "string",
"unit_name": "string",
"taxes": [
{
"type": "string",
"rate": 0,
"factor": "Tasa",
"base": 0,
"amount": 0,
"retained": true
}
],
"discount": 0,
"currency": "MXN",
"paymentType": {
"label": "string",
"value": "fixed"
},
"serviceId": "string",
"category": "string",
"subcategory": "string"
}
],
"discount": 0,
"exchange": 0,
"exchangeRate": 0,
"exchange_rate": 0,
"exchangeRateDate": "2019-08-24T14:15:22Z",
"payment_form": "string",
"paidId": "string",
"paidIn": "string",
"processor": "string",
"custom_method_types": [
{
"name": "string",
"id": "string",
"logo": "http://example.com",
"details": "string",
"manualConfirmation": true,
"requiredKey": "string"
}
],
"automations": [
{
"action": "string",
"ref": "string",
"type": "string",
"from": "string"
}
],
"invoices": [
"string"
],
"payments": [
"string"
],
"relatedTo": "string",
"recurringEventNumber": 0,
"skc": true,
"avoidEmail": true,
"forceReceipt": true,
"invoiceConfig": {},
"conceptReference": "string",
"binnacle": "string",
"event": {},
"user": {
"uid": "string",
"email": "string"
},
"metadata": {
"property1": "string",
"property2": "string"
},
"from": "string",
"date": 0,
"timestamp": 0,
"created": 0,
"succeededTimestamp": 0,
"livemode": true,
"shortURL": "http://example.com",
"shortUrl": "http://example.com",
"token": "string",
"hasStripe": true,
"paymentIntent": "string",
"client_secret": "string",
"stripeGenerated": true,
"payment_method_options": {
"card": {
"installments": {},
"mandate_options": {},
"network": "string",
"request_three_d_secure": "string"
},
"oxxo": {
"expires_after_days": 0
}
},
"transfer_data": {
"destination": "string",
"split": 0,
"splitType": {
"master": "client",
"connect": "client"
}
}
}
],
"message": "string",
"next": "string",
"totalResults": 0,
"hasMore": true
}
Request
Query Params
limit
integerÂ
optional
>= 1
starting_after
stringÂ
optional
order_by
stringÂ
optional
order_direction
enum<string>Â
optional
Allowed values:
ascdesc
amount
numberÂ
optional
status
stringÂ
optional
clientId
stringÂ
optional
rfc
stringÂ
optional
Responses
Modified at 2025-06-16 03:36:47