Salesforce Billing Developer Guide
Summer '25 preview (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Spring '21 (API version 51.0)
Winter '21 (API version 50.0)
Summer '20 (API version 49.0)
Spring '20 (API version 48.0)
Winter '20 (API version 47.0)
Summer '19 (API version 46.0)
No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
TransactionResult.GatewayStatusType Enum
REST API for Converting Invoice Lines with Negative Balances
Payment Gateway Core Classes
Your payment gateway references these classes to receive transaction information from
Salesforce Billing. They can't be modified.
The following are the blng namespace classes required for payment gateway integration.
-
InputParameter Class
Captures and retrieves additional parameters to be sent during the capture payment transaction. -
OutputResult Class
Stores and shows the results of the capture payment request made to the payment gateway. -
PaymentGateway Interface
Interface for standard payment transaction operations such as voids and refunds. -
PaymentGateways Interface
Interface with common payment gateway operation across all gateways. -
PaymentGatewayParameter Class
Global parameter class for the payment gateway. -
PaymentGatewayStatus Interface
Interface to populate the TransactionResult value object from the gateway response. -
TransactionAPI Class
The TransactionAPI class includes global methods for several payment features. -
TransactionParameter Class
Acts as a container to store calculation-specific information. -
TransactionResult Class
Holds the result of the transaction. -
TransactionResult.GatewayStatusType Enum
An enum defining the appropriate gateway status values returned by the payment gateway.