Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idReceivable | int32 | Yes | ID of the receivable to be charged. |
| idMember | int32 | Yes | ID of the member holding the credit card that will make the payment. |
| idBranch | int32 | Yes | ID of the member's branch. |
| idCreditCard | int32 | Yes | ID of the credit card. |
| amount | int32 | Yes | Amount to charge. Must be equal to or greater than the outstanding balance. If greater, the excess is generated as credit in the member's account. |
| Field | Type | Description |
|---|---|---|
| success | boolean | Indicates whether the operation was successful. |
| idSale | int32 | ID of the sale. |
| receiptWidth | int32 | Width of the receipt. |
| receipt | string | Receipt. |