provider
user
mfa

Create Payment Method

Adds a payment method to a patient.

post/user/patient/payment-methods/create

Query parameters

patient_idstring required

ID of the patient to add the payment method to

ID of the patient to add the payment method to

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Request body

paymentMethodIdstring required
paymentMethodConfigIdstring required
fingerprintstring nullable required
methodTypestring required
metadataobject required
createdAtstring required
updatedAtstring required

Response

Successful Response

idstring required
patientIdstring nullable required
rainforestPaymentMethodIdstring required
brandstring nullable required
last4string nullable required
expMonthinteger nullable required
expYearinteger nullable required
accountHolderTypestring nullable required
accountNumberLast4integer nullable required
bankNamestring nullable required
routingNumberinteger nullable required
descriptionstring nullable required
type'CARD' | 'ACH' | 'APPLE_PAY' required
isDefaultboolean
isArchivedboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.