cURL
curl --request POST \ --url https://0lxyqs87b0.execute-api.us-east-2.amazonaws.com/stage/payment/stripe/testv6-zJve01 \ --header 'Content-Type: application/json' \ --data '{ "amount": 123, "currency": "<string>", "token": "<string>" }'
{ "statusCode": 200, "body" { "message": { "message": "Payment successful!", "charge_id": "ch_3NgZjnKG64TDGlcq1zwBFPmC" } } }
Hit this endpoint to execute business logic concerning processing transactions between you and your clients