# POST /transactions.json **POST /transactions.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **amount** (number) Amount - **baseAmount** (number | null) Base amount - **createdSource** (string | null) Created source - **dropshipmentId** (integer(int32) | null) Dropshipment - **externalId** (string) External - **fulfillmentId** (integer(int32) | null) Fulfillment - **name** (string) Name - **processingFee** (number | null) Processing fee - **purchaseId** (integer(int32) | null) Purchase - **purchaseInvoiceId** (integer(int32) | null) Purchase invoice - **purchasedAt** (string(date-time) | null) Purchased at - **refundAmount** (number) Refund amount - **returnShipmentId** (integer(int32) | null) Return shipment - **saleReturnId** (integer(int32) | null) Sale return - **shippingIntegrationId** (integer(int32) | null) Shipping integration - **shippingRateCacheId** (integer(int32) | null) Shipping rate cache - **source** (string | null) Source - **status** (string | null) Status - **stripeId** (string | null) Stripe - **stripeRefundId** (string | null) Stripe refund - **transferId** (integer(int32) | null) Transfer - **type** (string) Type ## Responses ### 200 Successful response #### Body: application/json (object) - **amount** (number) Amount - **baseAmount** (number | null) Base amount - **createdAt** (string(date-time)) Created at - **createdSource** (string | null) Created source - **dropshipmentId** (integer(int32) | null) Dropshipment - **externalId** (string) External - **fulfillmentId** (integer(int32) | null) Fulfillment - **id** (integer(int32)) Id - **name** (string) Name - **processingFee** (number | null) Processing fee - **purchaseId** (integer(int32) | null) Purchase - **purchaseInvoiceId** (integer(int32) | null) Purchase invoice - **purchasedAt** (string(date-time) | null) Purchased at - **refundAmount** (number) Refund amount - **returnShipmentId** (integer(int32) | null) Return shipment - **saleReturnId** (integer(int32) | null) Sale return - **shippingIntegrationId** (integer(int32) | null) Shipping integration - **shippingRateCacheId** (integer(int32) | null) Shipping rate cache - **source** (string | null) Source - **status** (string | null) Status - **stripeId** (string | null) Stripe - **stripeRefundId** (string | null) Stripe refund - **transferId** (integer(int32) | null) Transfer - **type** (string) Type - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)