Pre-authorization feature allows you to check and block customer's card limit. To use this feature, an additional parameter will be required in credit card object:
{
"credit_card": {
"type": "authorize"
}
}
Parameter | Description |
---|---|
credit_card.type String (optional) | Credit card transaction type. Options: authorize , authorize_capture . Default: "authorize_capture" |