POST
/
api
/
v2
/
orders
/
upload
curl --request POST \
  --url https://api.chargeblast.com/api/v2/orders/upload \
  --header 'Content-Type: application/json' \
  --data '{
  "orders": [
    {
      "authCode": "<string>",
      "amount": 123,
      "bin": "<string>",
      "descriptor": "<string>",
      "id": "<string>",
      "currency": "<string>",
      "transactionDate": "<string>",
      "brand": "<string>",
      "gateway": "<string>",
      "arn": "<string>",
      "status": "<string>",
      "last4": "<string>",
      "refunded": true
    }
  ]
}'
{
  "message": "<string>"
}

Query Parameters

api_key
string
required

Body

application/json
orders
object[]
required

Response

200 - application/json
OK
message
string
required