Endpoints
PayFacto API - v2.0 - GET /verifications/{verificationId}
PayFacto API - v2.0 - GET /verifications/{verificationId} Retrieves a previously created card verification by its unique identifier. 1 Prerequisites ? Authentication — HTTP Basic Auth All v2.0 endpoints use HTTP Basic Authentication. Set ...
PayFacto API - v2.0 - POST /refunds/{refundId}/voids
PayFacto API - v2.0 - POST /refunds/{refundId}/voids Voids an unbatched refund before it is included in settlement. The refund must not yet be part of a closed batch. 1 Prerequisites ? Authentication — HTTP Basic Auth All v2.0 endpoints use HTTP ...
PayFacto API - v2.0 - GET /refunds/{refundId}
PayFacto API - v2.0 - GET /refunds/{refundId} Retrieves a single refund by its unique identifier. 1 Prerequisites ? Authentication — HTTP Basic Auth All v2.0 endpoints use HTTP Basic Authentication. Set Authorization: Basic ...
PayFacto API - v2.0 - GET /refunds
PayFacto API - v2.0 - GET /refunds Returns a paginated list of refunds sorted from most recent to oldest. 1 Prerequisites ? Authentication — HTTP Basic Auth All v2.0 endpoints use HTTP Basic Authentication. Set Authorization: Basic ...
PayFacto API - v2.0 - POST /refunds
PayFacto API - v2.0 - POST /refunds Issues a refund for a previously completed charge. Partial refunds are supported — the amount must not exceed the remaining captured amount. 1 Prerequisites ? Authentication — HTTP Basic Auth All v2.0 endpoints ...
PayFacto API - v2.0 - POST /charges/{chargeId}/releases
PayFacto API - v2.0 - POST /charges/{chargeId}/releases Releases the remaining uncaptured amount from a pre-authorized charge. Use to cancel a hold after a partial capture, or to release a pre-authorization that will not be captured. 1 Prerequisites ...
PayFacto API - v2.0 - POST /charges/{chargeId}/voids
PayFacto API - v2.0 - POST /charges/{chargeId}/voids Voids an unbatched captured charge. The charge must be captured but not yet included in a settled batch. 1 Prerequisites ? Authentication — HTTP Basic Auth All v2.0 endpoints use HTTP Basic ...
PayFacto API - v2.0 - POST /charges/{chargeId}/increments
PayFacto API - v2.0 - POST /charges/{chargeId}/increments Increases the authorized amount of an existing, uncaptured pre-authorized charge. Use to add a tip or additional items before capture. 1 Prerequisites ? Authentication — HTTP Basic Auth All ...
PayFacto API - v2.0 - POST /charges/{chargeId}/captures
PayFacto API - v2.0 - POST /charges/{chargeId}/captures Captures the payment of an existing, previously uncaptured (pre-authorized) charge. The captured amount can be less than or equal to the authorized amount. 1 Prerequisites ? Authentication — ...
PayFacto API - v2.0 - GET /charges/{chargeId}
PayFacto API - v2.0 - GET /charges/{chargeId} Retrieves a single charge by its unique identifier. 1 Prerequisites ? Authentication — HTTP Basic Auth All v2.0 endpoints use HTTP Basic Authentication. Set Authorization: Basic ...
PayFacto API - v2.0 - GET /charges
PayFacto API - v2.0 - GET /charges Returns a paginated list of charges sorted from most recent to oldest. 1 Prerequisites ? Authentication — HTTP Basic Auth All v2.0 endpoints use HTTP Basic Authentication. Set Authorization: Basic ...
PayFacto API - v2.0 - POST /charges
PayFacto API - v2.0 - POST /charges Creates a new charge for a credit card, terminal, payment token, or cash source. Set capture=false to create a pre-authorization that must be captured separately. 1 Prerequisites ? Authentication — HTTP Basic Auth ...