post http://localhost:3000/payments
Issue payment request for Employee payslip.
Log in to see full request history
Responses
401Unauthorized
Issue payment request for Employee payslip.
401Unauthorized
xxxxxxxxxx
curl --request POST \
--url http://localhost:3000/payments \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"payer": "symmetrical"
}
'
Try It!
to start a request and see the response here! Or choose an example: