You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| complete | Indicate if paid invoice should have status if complete true or a confirmed status |`boolean`|**Mandatory**|
825
+
826
+
**Headers**
827
+
828
+
| Fields | Description | Presence
829
+
| ------ | ------ | ------ |
830
+
| X-Accept-Version | must be set to `2.0.0` for requests to the BitPay API |**Mandatory**|
831
+
| Content-Type | must be set to `application/json` for requests to the BitPay API |**Mandatory**|
832
+
| X-Identity | the hexadecimal public key generated from the client private key. This header is required when using tokens with higher privileges (merchant facade). When using standard pos facade token directly from the BitPay dashboard (with "Require Authentication" disabled), this header is not needed. | C |
833
+
| X-Signature | header is the ECDSA signature of the full request URL concatenated with the request body, signed with your private key. This header is required when using tokens with higher privileges (merchant facade). When using standard pos facade token directly from the BitPay dashboard (with "Require Authentication" disabled), this header is not needed. | C |
| 1050 | Immediate Invoice Refund |`debit`| This entry is written once an made on an invoice is created. Theimmediate refund request merchant balance is debited with the refund amount requested. |
180
+
181
+
## Ledger Entries
182
+
183
+
Here is an example of what a ledger entry for a refund will look like from the settlement report:
0 commit comments