Skip to main content
POST
/
api
/
ap2
/
payment-methods
List available payment methods for AP2
curl --request POST \
  --url https://mag3nt.com/api/ap2/payment-methods \
  --header 'Authorization: <api-key>'
{
  "methods": [
    {
      "type": "<string>",
      "card_id": "<string>",
      "available": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key prefixed with 'Bearer sx_live_...'

Response

200 - application/json

Payment methods

methods
object[]