cURL
curl --request POST \ --url https://apay.caibo.digital/payments/cardMember/{id} \ --header 'Content-Type: application/json-patch+json' \ --data ' { "number": "<string>", "cvv": "<string>", "customerNumber": "<string>", "amount": 1 } '
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Process card member payment endpoint
19
3 - 4
1
x >= 0
OK