seller_id is required and must be valid for authorization.credit_card, debit_card).digital_goods, service).currency must follow ISO 4217 format (e.g., BRL, ARS, USD).Authorization: Bearer ********************Authorization: Bearer ********************Authorization: Bearer ********************digital-platform:gateway-api-Read and write accesscurl --location '/rpy/be-plan/v1/plans' \
--header 'Content-Type: application/json' \
--data '{
"seller_id": "9406df6c-3100-49ba-b4df-d81c1ad8a62b",
"name": "flex plan",
"description": "flex plan",
"amount": 8900,
"currency": "BRL",
"sales_tax": 0,
"product_type": "cash_carry",
"payment_types": [
"credit_card"
],
"period": {
"type": "yearly",
"billing_cycle": 12,
"specific_cycle_in_days": 1
},
"floating_data": [
{
"installment": 1,
"amount": 0
}
]
}'{
"seller_id": "28f4dc41-8499-4ead-9976-f2fa20a45fd1",
"plan_id": "00713021-9aea-41da-9a88-87760c08fa72",
"name": "string",
"description": "string",
"amount": 0,
"currency": "str",
"sales_tax": 0,
"product_type": "cash_carry",
"payment_types": [
"credit_card"
],
"status": "active",
"create_date": "2019-08-24T14:15:22.123Z",
"period": {
"type": "yearly",
"billing_cycle": 12,
"specific_cycle_in_days": 1
},
"floating_data": [
{
"installment": 1,
"amount": 0
}
]
}