Payment Modifications
Extend preauthorization
Extend the authorization period and confirm the availability of the funds of a previously initiated preauthorization. If supported by the card brand (like Visa) this operation will be handled as a Reauthorization request.
post/api/v2/transactions/{id}/extend
Path parameters
idstring required
Original preauthorized transaction id to release
Headers
x-vfi-api-idempotencykeystring
string(uuid)
Example: 63bbc548-d2de-4546-b106-880a5018461c A value you specify that uniquely identifies this transaction. If you're unsure whether a particular transaction succeeded, you can reattempt it with the same idempotency key without worrying about duplicating the transaction.
Response
Ecommerce Payment Result
Example response
{
"id": "76944d4b-89e6-48d2-ac04-675383c3eedf",
"payment_provider_contract": "30b8bec8-5042-4e67-939c-5453fbe41711",
"status": "AUTHORIZED",
"shipping_information": {
"address": "3732 Metz Lane",
"city": "West Roxbury",
"country": "US",
"postal_code": "1114",
"first_name": "Thelma",
"last_name": "Tatro",
"phone": 8577532706,
"state": "MA"
},
"authorization_code": "5B1D4C",
"avs_result": "A",
"cvv_result": "1",
"cavv_result": "99",
"details": {
"mid": "363162200000049"
},
"rrn": "200211654321",
"geo_location": [
"52.370216",
"4.895168"
],
"city": "West Roxbury",
"country_code": "US",
"additional_data": {
"acquirer_response_code": "0000",
"initiator_trace_id": "000001"
},
"token_details": {
"variant": "NEW_WORLD",
"type": "CREDIT",
"issuer_name": "WESTPAC",
"brand": "VISA",
"expiry_year": 2021,
"expiry_month": 12,
"card_holder_name": "MR J HOLDER",
"last_four": "3127",
"bin": "492912"
}
}