post https://api.exactpaysandbox.com/payments
Create a payment and submit it for processing.
Log in to see full request history
Responses
Create a payment and submit it for processing.
xxxxxxxxxx
16curl --request POST \
--url https://api.exactpaysandbox.com/payments \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"level3": {
"line_items": [
{
"discount_indicator": true,
"gross_net_indicator": true
}
]
}
}
'
Try It!
to start a request and see the response here! Or choose an example: