Payment object and instructions
Payment object (specification) and instructions on how to execute it.
- Type: Object
 
This type can contain the following fields:
| Field | Type | Required? | Description | 
|---|---|---|---|
payment | 
Object (Payment Object) | Required | A payment object (specification). | 
instructions | 
Object (Transaction Instructions) | Optional | Indicates how to execute a transaction. Complements the transaction specification. | 
submit | 
Boolean | Required | If false, the server will not submit the transaction to the network. Instead, it will only return the following additional fields in the response: tx_json, tx_blob, and id (hash). |