Card credit (payout)
POST/api/v1/payment/card/credit
Sends a credit (payout) straight to a card, without redirecting the payer to the Checkout page.
Identify the card either by card_number or by a card_token returned by an earlier purchase or debit.
note
The operation is fixed by the endpoint itself, so this request has no operation parameter. The Authentication Request serves several operations and therefore requires one.
note
The response only confirms that the payout was accepted. The final outcome arrives in a callback with type=credit, see Callbacks.
Request
Responses
- 200
- 400
- 401
- 500
Credit request accepted
Invalid request parameters
Unauthorized - invalid merchant key or hash
Internal server error