team
parameter.curl --location --request POST 'https://api.gigstack.io/v2/receipts?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client": {
"id": "client_1234567890"
},
"currency": "MXN",
"items": [
{
"id": "service_1234567890",
"quantity": 1
}
],
"periodicity": "month",
"payment_form": "03",
"metadata": {
"order_id": "ORD-12345"
}
}'
{
"message": "Operation completed successfully",
"data": {}
}