post https://{env}.gsg.tech/api/v1/pay/inperson/carts//payments/echeck
This endpoint allows for payment for a embedded in person cart using an electronic check tender.
Responses
This endpoint allows for payment for a embedded in person cart using an electronic check tender.
xxxxxxxxxx
12curl --request POST \
--url https://www.gsg.tech/api/v1/pay/inperson/carts/cartId/payments/echeck \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"withdrawalType": "Checking",
"micr": {
"auxiliaryOnUs": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: