Create a credit-card wallet
Create a credit-card wallet
Validates payer and merchant account details, delegates gateway creation, and returns the new wallet resource.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
payer_id
payer_type
merchant_account_id
wallet_description
active
card_number
card_expiry
card_cvv
Response
The credit-card wallet was created.
status
message
data
Errors
403
Forbidden Error
422
Unprocessable Entity Error

