<< Back

Appendix

LookUp Configuration

Payout Types

Active Payout Types in System:
Payout Type Key

Payout Type Name

2
Advanced Wages
3
Tips/Commissions
Based on organization configurations System will load options for user.

Request URL:

https://secure.simplypaid.com/api/common/payoutTypes/1549
1549 – Organization Key

Response :

{
    "options": [
        {
            "key": 2,
            "name": "Advanced Wages"
        },
        {
            "key": 3,
            "name": "Tips/Commissions"
        }
    ],
    "errors": null,
    "message": null,
    "exceptionMessage": null,
    "exceptionType": null,
    "stackTrace": null
}

Payment Types

Active Payment Types in the System
Payment Type Key
Payment Type Name
1
Debit Card
2
ACH
3

Cash Pickup

Based on organization configurations System will load options for user.

Request URL:

https://secure.simplypaid.com/api/common/paymentTypes/1549
1549 – Organization Key

Response

{
    "options": [
        {
            "key": 1,
            "name": "Debit Card"
        },
        {
            "key": 2,
            "name": "ACH"
        },
        {
            "key": 3,
            "name": "Cash Pickup"
        },
        {
            "key": 4,
            "name": "rapid! Instant"
        },
        {
            "key": 5,
            "name": "rapid! Personalized"
        }
    ],
    "errors": null,
    "message": null,
    "exceptionMessage": null,
    "exceptionType": null,
    "stackTrace": null
}

©2021 Green Dot Bank. All rights reserved