get https://api.piriod.com/payments//pay/
Captures a Payment object.
Response
Captures a Payment object.
xxxxxxxxxx
curl --request GET \
--url https://api.piriod.com/payments/id/pay/ \
--header 'Authorization: Token YOUR_USER_API_KEY' \
--header 'accept: application/json' \
--header 'x-simple-workspace: YOUR_ORGANIZATION_ID'