<a href="https://https://github.com/speakeasy-sdks/tjsoler-psd2.git/actions"><img src="https://img.shields.io/github/actions/workflow/status/speakeasy-sdks/bolt-php/speakeasy_sdk_generation.yml?style=for-the-badge" /></a>
go get github.com/speakeasy-sdks/tjsoler-psd2
package main
import (
"context"
tjsolerpsd2 "github.com/speakeasy-sdks/tjsoler-psd2"
"github.com/speakeasy-sdks/tjsoler-psd2/pkg/models/operations"
"log"
)
func main() {
s := tjsolerpsd2.New()
ctx := context.Background()
res, err := s.ServiciosMultibanco.DeleteAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentID(ctx, operations.DeleteAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentIDRequest{
Digest: "<value>",
PSUIPAddress: "<value>",
Signature: "<value>",
TPPSignatureCertificate: "<value>",
XRequestID: "<value>",
AspName: "<value>",
MultibancoPaymentType: "<value>",
PaymentID: "<value>",
})
if err != nil {
log.Fatal(err)
}
if res.ResponseDeleteMultibankPayment != nil {
// handle response
}
}
- DeleteAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentID - Esta petición permite iniciar la cancelación de un pago. Dependiendo del servicio de pago, el producto de pago y la implementación del ASPSP, esta petición podría ser suficiente para cancelar el pago o podría ser necesario una autorización. Si una autorización de la cancelación de pago es necesaria por el ASPSP, el link correspondiente será contenido en el mensaje de respuesta
- GetMultibancoCatalogue - Petición iniciada por el TPP para obtener el catálogo de pagos MULTIBANCO
- GetAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentID - Este mensaje es enviado por el TPP hacia el ASPSP a través del HUB para la recuperación de información del inicio de pago MULTIBANCO.
- GetAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentIDAuthorisations
- GetAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentIDAuthorisationsAuthorisationID
- GetAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentIDStatus - Mensaje enviado por el TPP al ASPSP a través del Hub para solicitar el estado en el que se encuentra una iniciación de pago.
- PostAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentIDAuthorisations
- PostAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentType - Mensaje enviado por el TPP al ASPSP a través del Hub para crear un inicio de pago MULTIBANCO
- PostAPIEntradaXs2aServicesAspNameV11MultibancoSocialSecurityWithholding - Mensaje enviado por el TPP al ASPSP a través del Hub para conocer el valor del importe a pagar en la seguridad social
- PutAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentIDAuthorisationsAuthorisationID
- GetAccountListv11 - Lectura de listado de cuentas
- GetAccountIdv11 - Lectura de detalles de una cuenta
- GetAccountBalances - Lectura de balances de una cuenta
- AccountsTrasactions - Lectura de transacciones de una cuenta
- InitiateRecurringPayment - Inicio de pago Recurrente/Periódico
- InitiationBulkPayment - Inicio de pago Bulk
- InitiationPayment - Inicio de pago Simple o pago Futuro
- PostConsents - Solicitud de consentimiento AIS
- DeleteConsentID - Eliminar consentimiento AIS
- DeleteConsentsConfirmationOfFunds - Eliminar consentimiento FCS
- GetConsentIDDetails - Recuperar información de consentimiento AIS
- GetConsentsConfirmationOfFundsInfo - Recuperar información de consentimiento FCS
- GetSubRecursosAutorizacionCancelacionPago - Endpoint en caso de obtener sub-recursos de la Autorización para Cancelación de Pago
- GetSubRecursosAutorizacionConsentimientosAIS - Endpoint en caso de obtener sub-recursos de la Autorización para Consentimientos AIS
- GetSubRecursosAutorizacionConsentimientosFCS - Endpoint en caso de obtener sub-recursos de la Autorización para Consentimientos FCS
- GetSubRecursosAutorizacionInicioPago - Endpoint en caso de obtener sub-recursos de la Autorización para Inicio de Pago
- PostAutorizacionCancelacionPago - Endpoint en caso de Inicio del proceso de Autorización explícita para Cancelación de Pago
- PostAutorizacionConsentimientosAIS - Endpoint en caso de Inicio del proceso de Autorización explícita para Consentimientos AIS
- PostAutorizacionConsentimientosFCS - Endpoint en caso de Inicio del proceso de Autorización explícita para Consentimientos FCS
- PostAutorizacionInicioPago - Endpoint en caso de Inicio del proceso de Autorización explícita para Inicio de Pago
- GetEstadoSCAAutorizacionCancelacionPago - Endpoint en caso de obtener el Estado SCA para Autorización de Cancelación de Pago
- GetEstadoSCAAutorizacionConsentimientosAIS - Endpoint en caso de obtener el Estado SCA para Autorización de Consentimientos AIS
- GetEstadoSCAAutorizacionConsentimientosFCS - Endpoint en caso de obtener el Estado SCA para Autorización de Consentimientos FCS
- GetEstadoSCAAutorizacionInicioPago - Endpoint en caso de obtener el Estado SCA para Autorización de Inicio de Pago
- PutSeleccionarSCAAutorizacionCancelacionPago - Endpoint en caso de actualizacion de datos PSU (seleccionar método SCA) - Autorización de Cancelación de Pago
- PutSeleccionarSCAAutorizacionConsentimientosAIS - Endpoint en caso de actualizacion de datos PSU (seleccionar método SCA) - Autorización de Consentimientos AIS
- PutSeleccionarSCAAutorizacionConsentimientosFCS - Endpoint en caso de actualizacion de datos PSU (seleccionar método SCA) - Autorización de Consentimientos FCS
- PutSeleccionarSCAAutorizacionInicioPago - Endpoint en caso de actualizacion de datos PSU (seleccionar método SCA) - Autorización de Inicio de Pago
- GetConsentStatus - Estado de consentimiento AIS
- GetConsentsConfirmationOfFunds - Estado de consentimiento FCS
- FundsConfirmation - Consulta de fondos
- GetTrustedBeneficiaries - Obtener listado de beneficiarios de confianza
- DeletePayment - Cancelar Inicio de pago
- GetInfoPayment - Recuperar información del Inicio de pago
- StatusPayment - Obtener información del Estado de pago
- PostConsentsConfirmationOfFunds - Solicitud de consentimiento FCS
Handling errors in this SDK should largely match your expectations. All operations return a response object or an error, they will never return both. When specified by the OpenAPI spec document, the SDK will return the appropriate subclass.
Error Object | Status Code | Content Type |
---|---|---|
sdkerrors.SDKError | 4xx-5xx | / |
package main
import (
"context"
"errors"
tjsolerpsd2 "github.com/speakeasy-sdks/tjsoler-psd2"
"github.com/speakeasy-sdks/tjsoler-psd2/pkg/models/operations"
"github.com/speakeasy-sdks/tjsoler-psd2/pkg/models/sdkerrors"
"log"
)
func main() {
s := tjsolerpsd2.New()
ctx := context.Background()
res, err := s.ServiciosMultibanco.DeleteAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentID(ctx, operations.DeleteAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentIDRequest{
Digest: "<value>",
PSUIPAddress: "<value>",
Signature: "<value>",
TPPSignatureCertificate: "<value>",
XRequestID: "<value>",
AspName: "<value>",
MultibancoPaymentType: "<value>",
PaymentID: "<value>",
})
if err != nil {
var e *sdkerrors.SDKError
if errors.As(err, &e) {
// handle error
log.Fatal(e.Error())
}
}
}
You can override the default server globally using the WithServerIndex
option when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the indexes associated with the available servers:
# | Server | Variables |
---|---|---|
0 | https:///api-entrada-xs2a |
None |
package main
import (
"context"
tjsolerpsd2 "github.com/speakeasy-sdks/tjsoler-psd2"
"github.com/speakeasy-sdks/tjsoler-psd2/pkg/models/operations"
"log"
)
func main() {
s := tjsolerpsd2.New(
tjsolerpsd2.WithServerIndex(0),
)
ctx := context.Background()
res, err := s.ServiciosMultibanco.DeleteAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentID(ctx, operations.DeleteAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentIDRequest{
Digest: "<value>",
PSUIPAddress: "<value>",
Signature: "<value>",
TPPSignatureCertificate: "<value>",
XRequestID: "<value>",
AspName: "<value>",
MultibancoPaymentType: "<value>",
PaymentID: "<value>",
})
if err != nil {
log.Fatal(err)
}
if res.ResponseDeleteMultibankPayment != nil {
// handle response
}
}
The default server can also be overridden globally using the WithServerURL
option when initializing the SDK client instance. For example:
package main
import (
"context"
tjsolerpsd2 "github.com/speakeasy-sdks/tjsoler-psd2"
"github.com/speakeasy-sdks/tjsoler-psd2/pkg/models/operations"
"log"
)
func main() {
s := tjsolerpsd2.New(
tjsolerpsd2.WithServerURL("https:///api-entrada-xs2a"),
)
ctx := context.Background()
res, err := s.ServiciosMultibanco.DeleteAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentID(ctx, operations.DeleteAPIEntradaXs2aServicesAspNameV11MultibancoPaymentsMultibancoPaymentTypePaymentIDRequest{
Digest: "<value>",
PSUIPAddress: "<value>",
Signature: "<value>",
TPPSignatureCertificate: "<value>",
XRequestID: "<value>",
AspName: "<value>",
MultibancoPaymentType: "<value>",
PaymentID: "<value>",
})
if err != nil {
log.Fatal(err)
}
if res.ResponseDeleteMultibankPayment != nil {
// handle response
}
}
The Go SDK makes API calls that wrap an internal HTTP client. The requirements for the HTTP client are very simple. It must match this interface:
type HTTPClient interface {
Do(req *http.Request) (*http.Response, error)
}
The built-in net/http
client satisfies this interface and a default client based on the built-in is provided by default. To replace this default with a client of your own, you can implement this interface yourself or provide your own client configured as desired. Here's a simple example, which adds a client with a 30 second timeout.
import (
"net/http"
"time"
"github.com/myorg/your-go-sdk"
)
var (
httpClient = &http.Client{Timeout: 30 * time.Second}
sdkClient = sdk.New(sdk.WithClient(httpClient))
)
This can be a convenient way to configure timeouts, cookies, proxies, custom headers, and other low-level configuration.
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.
While we value open-source contributions to this SDK, this library is generated programmatically. Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release!