Documentation
¶
Index ¶
Constants ¶
View Source
const ( PROD_URL = "https://cpc.getswish.net/swish-cpcapi/api/v2/" TEST_URL = "https://mss.cpc.getswish.net/swish-cpcapi/api/v2/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MakePaymentRequest ¶
type MakePaymentRequest struct { PayeePaymentReference string `json:"payeePaymentReference"` CallbackUrl string `json:"callbackUrl"` PayerAlias string `json:"payerAlias"` PayeeAlias string `json:"payeeAlias"` Amount string `json:"amount"` Currency string `json:"currency"` Message string `json:"message"` }
Click to show internal directories.
Click to hide internal directories.