POST
/
card
/
{token}
/
debit
curl --request POST \
  --url https://gateway.finhub.cloud/cms/1.0.0/card/{token}/debit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 123,
  "currency": 123,
  "description": "<string>",
  "channel": "<string>",
  "invoice": "<string>",
  "reason": "<string>",
  "rrn": "<string>",
  "pinblk": "<string>",
  "ksn": "<string>"
}'
"<string>"

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

token
string
required

Body

application/json
amount
integer
required
currency
integer
required
description
string
required
channel
string
required
invoice
string
required
reason
string
required
rrn
string
required
pinblk
string
required
ksn
string
required

Response

500 - text/plain

The response is of type string.