Supported Formats

json

GET /api/accounts/:account_id/offline_services
Lists Offline Services

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden

Params

Param name Description
account_id
required

Account ID

Validations:

  • Must be a String


POST /api/accounts/:account_id/offline_services
Creates an offline payment for given account

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden
422 Unprocessable Entity

Params

Param name Description
account_id
required

Account ID

Validations:

  • Must be a String

offline_service
optional

Parameter container

Validations:

  • Must be a Hash

offline_service[amount_cents]
required

Validations:

  • Must be a Integer

offline_service[amount_currency]
required

Validations:

  • Must be a String

offline_service[notes]
optional

Validations:

  • Must be a String