Transaction Upload¶
Shopify API¶
https://help.shopify.com/en/api/reference/orders/transaction
Description¶
Allows you to create payments against orders.
Update Mode¶
Insert
Writeback Fields¶
- id
- The Shopify assigned id.
- message
- Any message returned by the payment provider.
- payment_avs_result_code
- The result code assigned to payment transaction.
- payment_cvv_result_code
- The CVV code assigned to the payment transaction.
- status
- The status of the payment transaction.
- error_code
- Any error code as a result of the payment transaction.
Creating a Payment¶
To create a payment against an order specify the order_id field.